Html Css Color HEX #807808 Olive

📋 copy color: '#807808'

red 128 ◦ green 120 ◦ blue 8

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

Shades of Olive #807808

Tints of Olive #807808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.88%

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

R = 50%
G = 46.88%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#807808 (or 0x807808) is known color: Olive. HEX triplet: 80, 78 and 08. RGB value is (128,120,8). Sum of RGB (Red+Green+Blue) = 128+120+8=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #807808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807808 is #7F87F7. Grayscale: #6E6E6E. Windows color (decimal): -8357880 or 555136. OLE color: 555136.

HSL color Cylindrical-coordinate representation of color #807808: hue angle of 56º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #807808 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 8 -
CMYK 0 0.06 0.94 0.50
HSL 56º 0.88% 0.27% -
HSV(B) 56º 0.94% 0.5% -
XYZ 15.66 18.04 2.89 -
YUV 109.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 128 120 8 0 0.06 0.94 0.50 56 0.88 0.27
Hex 80 78 8 0 6 5E 32 38 58 1B
Octal 200 170 10 0 6 136 62 70 130 33
Binary 10000000 1111000 1000 0 110 1011110 110010 111000 1011000 11011

Color Harmonies of #807808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807808

Black with #807808

Text Example


Text Example

White with #807808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807808; }

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

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

background-color css

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

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

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

border-color css

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

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

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