Html Css Color HEX #807000 Olive

📋 copy color: '#807000'

red 128 ◦ green 112 ◦ blue 0

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

Shades of Olive #807000

Tints of Olive #807000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

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

R = 53.33%
G = 46.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#807000 (or 0x807000) is known color: Olive. HEX triplet: 80, 70 and 00. RGB value is (128,112,0). Sum of RGB (Red+Green+Blue) = 128+112+0=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #807000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807000 is #7F8FFF. Grayscale: #686868. Windows color (decimal): -8359936 or 28800. OLE color: 28800.

HSL color Cylindrical-coordinate representation of color #807000: hue angle of 52.5º 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 #807000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 0 -
CMYK 0 0.12 1 0.50
HSL 52.5º 1% 0.25% -
HSV(B) 52.5º 1% 0.5% -
XYZ 14.7 16.18 2.35 -
YUV 104.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 128 112 0 0 0.12 1 0.50 52.5 1 0.25
Hex 80 70 0 0 C 64 32 34 64 19
Octal 200 160 0 0 14 144 62 64 144 31
Binary 10000000 1110000 0 0 1100 1100100 110010 110100 1100100 11001

Color Harmonies of #807000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807000

Black with #807000

Text Example


Text Example

White with #807000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807000; }

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

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

background-color css

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

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

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

border-color css

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

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

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