Html Css Color HEX #878C0A Olive

📋 copy color: '#878C0A'

red 135 ◦ green 140 ◦ blue 10

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

Shades of Olive #878C0A

Tints of Olive #878C0A

RGB

 RED value IS 135 (53.13% from 255) = 47.37%

 GREEN value IS 140 (55.08% from 255) = 49.12%

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

R = 47.37%
G = 49.12%
B = 3.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#878C0A (or 0x878C0A) is known color: Olive. HEX triplet: 87, 8C and 0A. RGB value is (135,140,10). Sum of RGB (Red+Green+Blue) = 135+140+10=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #878C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878C0A is #7873F5. Grayscale: #7C7C7C. Windows color (decimal): -7894006 or 691335. OLE color: 691335.

HSL color Cylindrical-coordinate representation of color #878C0A: hue angle of 62.31º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #878C0A is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 140 10 -
CMYK 0.04 0 0.93 0.45
HSL 62.31º 0.87% 0.29% -
HSV(B) 62.31º 0.93% 0.55% -
XYZ 19.42 23.93 3.88 -
YUV 123.69 63.84 136.07 -
System Red Green Blue C M Y K H S L
Decimal 135 140 10 0.04 0 0.93 0.45 62.31 0.87 0.29
Hex 87 8C A 4 0 5D 2D 3E 57 1D
Octal 207 214 12 4 0 135 55 76 127 35
Binary 10000111 10001100 1010 100 0 1011101 101101 111110 1010111 11101

Color Harmonies of #878C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C0A

Black with #878C0A

Text Example


Text Example

White with #878C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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