Html Css Color HEX #808908 Olive

📋 copy color: '#808908'

red 128 ◦ green 137 ◦ blue 8

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

Shades of Olive #808908

Tints of Olive #808908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 46.89%
G = 50.18%
B = 2.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#808908 (or 0x808908) is known color: Olive. HEX triplet: 80, 89 and 08. RGB value is (128,137,8). Sum of RGB (Red+Green+Blue) = 128+137+8=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #808908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808908 is #7F76F7. Grayscale: #787878. Windows color (decimal): -8353528 or 559488. OLE color: 559488.

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

Color convert

RGB 128 137 8 -
CMYK 0.07 0 0.94 0.46
HSL 64.19º 0.89% 0.28% -
HSV(B) 64.19º 0.94% 0.54% -
XYZ 17.89 22.5 3.63 -
YUV 119.6 65.02 133.99 -
System Red Green Blue C M Y K H S L
Decimal 128 137 8 0.07 0 0.94 0.46 64.19 0.89 0.28
Hex 80 89 8 7 0 5E 2E 40 59 1C
Octal 200 211 10 7 0 136 56 100 131 34
Binary 10000000 10001001 1000 111 0 1011110 101110 1000000 1011001 11100

Color Harmonies of #808908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808908

Black with #808908

Text Example


Text Example

White with #808908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808908; }

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

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

background-color css

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

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

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

border-color css

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

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

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