Html Css Color HEX #877005 Olive

📋 copy color: '#877005'

red 135 ◦ green 112 ◦ blue 5

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

Shades of Olive #877005

Tints of Olive #877005

RGB

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

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

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

R = 53.57%
G = 44.44%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#877005 (or 0x877005) is known color: Olive. HEX triplet: 87, 70 and 05. RGB value is (135,112,5). Sum of RGB (Red+Green+Blue) = 135+112+5=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #877005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877005 is #788FFA. Grayscale: #6B6B6B. Windows color (decimal): -7901179 or 356487. OLE color: 356487.

HSL color Cylindrical-coordinate representation of color #877005: hue angle of 49.38º 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 #877005 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 5 -
CMYK 0 0.17 0.96 0.47
HSL 49.38º 0.93% 0.27% -
HSV(B) 49.38º 0.96% 0.53% -
XYZ 15.81 16.75 2.54 -
YUV 106.68 70.62 148.2 -
System Red Green Blue C M Y K H S L
Decimal 135 112 5 0 0.17 0.96 0.47 49.38 0.93 0.27
Hex 87 70 5 0 11 60 2F 31 5D 1B
Octal 207 160 5 0 21 140 57 61 135 33
Binary 10000111 1110000 101 0 10001 1100000 101111 110001 1011101 11011

Color Harmonies of #877005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877005

Black with #877005

Text Example


Text Example

White with #877005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877005; }

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

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

background-color css

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

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

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

border-color css

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

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

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