Html Css Color HEX #807700 Olive

📋 copy color: '#807700'

red 128 ◦ green 119 ◦ blue 0

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

Shades of Olive #807700

Tints of Olive #807700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.82%
G = 48.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#807700 (or 0x807700) is known color: Olive. HEX triplet: 80, 77 and 00. RGB value is (128,119,0). Sum of RGB (Red+Green+Blue) = 128+119+0=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #807700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807700 is #7F88FF. Grayscale: #6C6C6C. Windows color (decimal): -8358144 or 30592. OLE color: 30592.

HSL color Cylindrical-coordinate representation of color #807700: hue angle of 55.78º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #807700 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 0 -
CMYK 0 0.07 1 0.50
HSL 55.78º 1% 0.25% -
HSV(B) 55.78º 1% 0.5% -
XYZ 15.5 17.78 2.62 -
YUV 108.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 128 119 0 0 0.07 1 0.50 55.78 1 0.25
Hex 80 77 0 0 7 64 32 38 64 19
Octal 200 167 0 0 7 144 62 70 144 31
Binary 10000000 1110111 0 0 111 1100100 110010 111000 1100100 11001

Color Harmonies of #807700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807700

Black with #807700

Text Example


Text Example

White with #807700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807700; }

 p { color: rgb(128,119,0); }

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

background-color css

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

 a { background-color: rgb(128,119,0); }

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

border-color css

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

 span { border-color: rgb(128,119,0); }

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