Html Css Color HEX #809506 Olive

📋 copy color: '#809506'

red 128 ◦ green 149 ◦ blue 6

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

Shades of Olive #809506

Tints of Olive #809506

RGB

 RED value IS 128 (50.39% from 255) = 45.23%

 GREEN value IS 149 (58.59% from 255) = 52.65%

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

R = 45.23%
G = 52.65%
B = 2.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#809506 (or 0x809506) is known color: Olive. HEX triplet: 80, 95 and 06. RGB value is (128,149,6). Sum of RGB (Red+Green+Blue) = 128+149+6=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #809506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809506 is #7F6AF9. Grayscale: #7E7E7E. Windows color (decimal): -8350458 or 431488. OLE color: 431488.

HSL color Cylindrical-coordinate representation of color #809506: hue angle of 68.81º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #809506 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 6 -
CMYK 0.14 0 0.96 0.42
HSL 68.81º 0.92% 0.3% -
HSV(B) 68.81º 0.96% 0.58% -
XYZ 19.68 26.1 4.17 -
YUV 126.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 128 149 6 0.14 0 0.96 0.42 68.81 0.92 0.3
Hex 80 95 6 E 0 60 2A 45 5C 1E
Octal 200 225 6 16 0 140 52 105 134 36
Binary 10000000 10010101 110 1110 0 1100000 101010 1000101 1011100 11110

Color Harmonies of #809506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809506

Black with #809506

Text Example


Text Example

White with #809506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809506; }

 p { color: rgb(128,149,6); }

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

background-color css

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

 a { background-color: rgb(128,149,6); }

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

border-color css

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

 span { border-color: rgb(128,149,6); }

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