Html Css Color HEX #877002 Olive

📋 copy color: '#877002'

red 135 ◦ green 112 ◦ blue 2

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

Shades of Olive #877002

Tints of Olive #877002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 54.22%
G = 44.98%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#877002 (or 0x877002) is known color: Olive. HEX triplet: 87, 70 and 02. RGB value is (135,112,2). Sum of RGB (Red+Green+Blue) = 135+112+2=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #877002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877002 is #788FFD. Grayscale: #6A6A6A. Windows color (decimal): -7901182 or 159879. OLE color: 159879.

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

Color convert

RGB 135 112 2 -
CMYK 0 0.17 0.99 0.47
HSL 49.62º 0.97% 0.27% -
HSV(B) 49.62º 0.99% 0.53% -
XYZ 15.8 16.74 2.46 -
YUV 106.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 135 112 2 0 0.17 0.99 0.47 49.62 0.97 0.27
Hex 87 70 2 0 11 63 2F 32 61 1B
Octal 207 160 2 0 21 143 57 62 141 33
Binary 10000111 1110000 10 0 10001 1100011 101111 110010 1100001 11011

Color Harmonies of #877002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877002

Black with #877002

Text Example


Text Example

White with #877002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877002; }

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

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

background-color css

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

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

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

border-color css

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

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

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