Html Css Color HEX #878005 Olive

📋 copy color: '#878005'

red 135 ◦ green 128 ◦ blue 5

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

Shades of Olive #878005

Tints of Olive #878005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 50.37%
G = 47.76%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#878005 (or 0x878005) is known color: Olive. HEX triplet: 87, 80 and 05. RGB value is (135,128,5). Sum of RGB (Red+Green+Blue) = 135+128+5=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #878005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878005 is #787FFA. Grayscale: #747474. Windows color (decimal): -7897083 or 360583. OLE color: 360583.

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

Color convert

RGB 135 128 5 -
CMYK 0 0.05 0.96 0.47
HSL 56.77º 0.93% 0.27% -
HSV(B) 56.77º 0.96% 0.53% -
XYZ 17.74 20.6 3.18 -
YUV 116.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 135 128 5 0 0.05 0.96 0.47 56.77 0.93 0.27
Hex 87 80 5 0 5 60 2F 39 5D 1B
Octal 207 200 5 0 5 140 57 71 135 33
Binary 10000111 10000000 101 0 101 1100000 101111 111001 1011101 11011

Color Harmonies of #878005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878005

Black with #878005

Text Example


Text Example

White with #878005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878005; }

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

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

background-color css

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

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

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

border-color css

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

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

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