Html Css Color HEX #807906 Olive

📋 copy color: '#807906'

red 128 ◦ green 121 ◦ blue 6

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

Shades of Olive #807906

Tints of Olive #807906

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.45%

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

R = 50.2%
G = 47.45%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#807906 (or 0x807906) is known color: Olive. HEX triplet: 80, 79 and 06. RGB value is (128,121,6). Sum of RGB (Red+Green+Blue) = 128+121+6=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #807906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807906 is #7F86F9. Grayscale: #6E6E6E. Windows color (decimal): -8357626 or 424320. OLE color: 424320.

HSL color Cylindrical-coordinate representation of color #807906: hue angle of 56.56º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #807906 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 6 -
CMYK 0 0.05 0.95 0.50
HSL 56.56º 0.91% 0.26% -
HSV(B) 56.56º 0.95% 0.5% -
XYZ 15.77 18.28 2.87 -
YUV 109.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 128 121 6 0 0.05 0.95 0.50 56.56 0.91 0.26
Hex 80 79 6 0 5 5F 32 39 5B 1A
Octal 200 171 6 0 5 137 62 71 133 32
Binary 10000000 1111001 110 0 101 1011111 110010 111001 1011011 11010

Color Harmonies of #807906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807906

Black with #807906

Text Example


Text Example

White with #807906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807906; }

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

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

background-color css

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

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

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

border-color css

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

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

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