Html Css Color HEX #819006 Olive

📋 copy color: '#819006'

red 129 ◦ green 144 ◦ blue 6

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

Shades of Olive #819006

Tints of Olive #819006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.61%

 BLUE value IS 6 (2.73% from 255) = 2.15%

R = 46.24%
G = 51.61%
B = 2.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#819006 (or 0x819006) is known color: Olive. HEX triplet: 81, 90 and 06. RGB value is (129,144,6). Sum of RGB (Red+Green+Blue) = 129+144+6=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #819006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819006 is #7E6FF9. Grayscale: #7C7C7C. Windows color (decimal): -8286202 or 430209. OLE color: 430209.

HSL color Cylindrical-coordinate representation of color #819006: hue angle of 66.52º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #819006 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 144 6 -
CMYK 0.10 0 0.96 0.44
HSL 66.52º 0.92% 0.29% -
HSV(B) 66.52º 0.96% 0.56% -
XYZ 19.06 24.63 3.92 -
YUV 123.78 61.53 131.72 -
System Red Green Blue C M Y K H S L
Decimal 129 144 6 0.10 0 0.96 0.44 66.52 0.92 0.29
Hex 81 90 6 A 0 60 2C 43 5C 1D
Octal 201 220 6 12 0 140 54 103 134 35
Binary 10000001 10010000 110 1010 0 1100000 101100 1000011 1011100 11101

Color Harmonies of #819006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819006

Black with #819006

Text Example


Text Example

White with #819006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819006; }

 p { color: rgb(129,144,6); }

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

background-color css

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

 a { background-color: rgb(129,144,6); }

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

border-color css

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

 span { border-color: rgb(129,144,6); }

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