Html Css Color HEX #808508 Olive

📋 copy color: '#808508'

red 128 ◦ green 133 ◦ blue 8

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

Shades of Olive #808508

Tints of Olive #808508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

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

R = 47.58%
G = 49.44%
B = 2.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#808508 (or 0x808508) is known color: Olive. HEX triplet: 80, 85 and 08. RGB value is (128,133,8). Sum of RGB (Red+Green+Blue) = 128+133+8=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #808508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808508 is #7F7AF7. Grayscale: #757575. Windows color (decimal): -8354552 or 558464. OLE color: 558464.

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

Color convert

RGB 128 133 8 -
CMYK 0.04 0 0.94 0.48
HSL 62.4º 0.89% 0.28% -
HSV(B) 62.4º 0.94% 0.52% -
XYZ 17.33 21.38 3.44 -
YUV 117.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 128 133 8 0.04 0 0.94 0.48 62.4 0.89 0.28
Hex 80 85 8 4 0 5E 30 3E 59 1C
Octal 200 205 10 4 0 136 60 76 131 34
Binary 10000000 10000101 1000 100 0 1011110 110000 111110 1011001 11100

Color Harmonies of #808508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808508

Black with #808508

Text Example


Text Example

White with #808508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808508; }

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

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

background-color css

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

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

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

border-color css

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

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

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