Html Css Color HEX #878010 Olive

📋 copy color: '#878010'

red 135 ◦ green 128 ◦ blue 16

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

Shades of Olive #878010

Tints of Olive #878010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 48.39%
G = 45.88%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#878010 (or 0x878010) is known color: Olive. HEX triplet: 87, 80 and 10. RGB value is (135,128,16). Sum of RGB (Red+Green+Blue) = 135+128+16=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #878010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878010 is #787FEF. Grayscale: #757575. Windows color (decimal): -7897072 or 1081479. OLE color: 1081479.

HSL color Cylindrical-coordinate representation of color #878010: hue angle of 56.47º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #878010 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 128 16 -
CMYK 0 0.05 0.88 0.47
HSL 56.47º 0.79% 0.3% -
HSV(B) 56.47º 0.88% 0.53% -
XYZ 17.8 20.63 3.53 -
YUV 117.33 70.82 140.61 -
System Red Green Blue C M Y K H S L
Decimal 135 128 16 0 0.05 0.88 0.47 56.47 0.79 0.3
Hex 87 80 10 0 5 58 2F 38 4F 1E
Octal 207 200 20 0 5 130 57 70 117 36
Binary 10000111 10000000 10000 0 101 1011000 101111 111000 1001111 11110

Color Harmonies of #878010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878010

Black with #878010

Text Example


Text Example

White with #878010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878010; }

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

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

background-color css

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

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

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

border-color css

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

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

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