Html Css Color HEX #808906 Olive

📋 copy color: '#808906'

red 128 ◦ green 137 ◦ blue 6

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

Shades of Olive #808906

Tints of Olive #808906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.55%

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

R = 47.23%
G = 50.55%
B = 2.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#808906 (or 0x808906) is known color: Olive. HEX triplet: 80, 89 and 06. RGB value is (128,137,6). Sum of RGB (Red+Green+Blue) = 128+137+6=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #808906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808906 is #7F76F9. Grayscale: #777777. Windows color (decimal): -8353530 or 428416. OLE color: 428416.

HSL color Cylindrical-coordinate representation of color #808906: hue angle of 64.12º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #808906 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 6 -
CMYK 0.07 0 0.96 0.46
HSL 64.12º 0.92% 0.28% -
HSV(B) 64.12º 0.96% 0.54% -
XYZ 17.88 22.49 3.57 -
YUV 119.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 128 137 6 0.07 0 0.96 0.46 64.12 0.92 0.28
Hex 80 89 6 7 0 60 2E 40 5C 1C
Octal 200 211 6 7 0 140 56 100 134 34
Binary 10000000 10001001 110 111 0 1100000 101110 1000000 1011100 11100

Color Harmonies of #808906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808906

Black with #808906

Text Example


Text Example

White with #808906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808906; }

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

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

background-color css

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

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

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

border-color css

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

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

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