Html Css Color HEX #819401 Olive

📋 copy color: '#819401'

red 129 ◦ green 148 ◦ blue 1

#819401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #819401

Tints of Olive #819401

RGB

 RED value IS 129 (50.78% from 255) = 46.4%

 GREEN value IS 148 (58.2% from 255) = 53.24%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 46.4%
G = 53.24%
B = 0.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#819401 (or 0x819401) is known color: Olive. HEX triplet: 81, 94 and 01. RGB value is (129,148,1). Sum of RGB (Red+Green+Blue) = 129+148+1=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #819401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819401 is #7E6BFE. Grayscale: #7E7E7E. Windows color (decimal): -8285183 or 103553. OLE color: 103553.

HSL color Cylindrical-coordinate representation of color #819401: hue angle of 67.76º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #819401 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 148 1 -
CMYK 0.13 0 0.99 0.42
HSL 67.76º 0.99% 0.29% -
HSV(B) 67.76º 0.99% 0.58% -
XYZ 19.65 25.85 3.98 -
YUV 125.56 57.71 130.45 -
System Red Green Blue C M Y K H S L
Decimal 129 148 1 0.13 0 0.99 0.42 67.76 0.99 0.29
Hex 81 94 1 D 0 63 2A 44 63 1D
Octal 201 224 1 15 0 143 52 104 143 35
Binary 10000001 10010100 1 1101 0 1100011 101010 1000100 1100011 11101

Color Harmonies of #819401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819401

Black with #819401

Text Example


Text Example

White with #819401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819401; }

 p { color: rgb(129,148,1); }

 H1.HeaderClassName
 {
   color: #819401;
 }
 .AnyTagClassName
 {
   color: #819401;
 }
</style>

background-color css

<style>
 a { background-color: #819401; }

 a { background-color: rgb(129,148,1); }

 div.DivClassName
 {
   background-color: #819401;
 }
 .BgClassName
 {
   background-color: #819401;
 }
</style>

border-color css

<style>
 span { border-color: #819401; }

 span { border-color: rgb(129,148,1); }

 td.TdClassName
 {
   border-color: #819401;
 }
 .TagClassName
 {
   border-color: #819401;
 }
</style>