Html Css Color HEX #80870A Olive

📋 copy color: '#80870A'

red 128 ◦ green 135 ◦ blue 10

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

Shades of Olive #80870A

Tints of Olive #80870A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 46.89%
G = 49.45%
B = 3.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#80870A (or 0x80870A) is known color: Olive. HEX triplet: 80, 87 and 0A. RGB value is (128,135,10). Sum of RGB (Red+Green+Blue) = 128+135+10=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #80870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80870A is #7F78F5. Grayscale: #777777. Windows color (decimal): -8354038 or 690048. OLE color: 690048.

HSL color Cylindrical-coordinate representation of color #80870A: hue angle of 63.36º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80870A is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 10 -
CMYK 0.05 0 0.93 0.47
HSL 63.36º 0.86% 0.28% -
HSV(B) 63.36º 0.93% 0.53% -
XYZ 17.62 21.94 3.59 -
YUV 118.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 128 135 10 0.05 0 0.93 0.47 63.36 0.86 0.28
Hex 80 87 A 5 0 5D 2F 3F 56 1C
Octal 200 207 12 5 0 135 57 77 126 34
Binary 10000000 10000111 1010 101 0 1011101 101111 111111 1010110 11100

Color Harmonies of #80870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80870A

Black with #80870A

Text Example


Text Example

White with #80870A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80870A; }

 p { color: rgb(128,135,10); }

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

background-color css

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

 a { background-color: rgb(128,135,10); }

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

border-color css

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

 span { border-color: rgb(128,135,10); }

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