Html Css Color HEX #877202 Olive

📋 copy color: '#877202'

red 135 ◦ green 114 ◦ blue 2

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

Shades of Olive #877202

Tints of Olive #877202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 53.78%
G = 45.42%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#877202 (or 0x877202) is known color: Olive. HEX triplet: 87, 72 and 02. RGB value is (135,114,2). Sum of RGB (Red+Green+Blue) = 135+114+2=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #877202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877202 is #788DFD. Grayscale: #6B6B6B. Windows color (decimal): -7900670 or 160391. OLE color: 160391.

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

Color convert

RGB 135 114 2 -
CMYK 0 0.16 0.99 0.47
HSL 50.53º 0.97% 0.27% -
HSV(B) 50.53º 0.99% 0.53% -
XYZ 16.02 17.19 2.53 -
YUV 107.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 135 114 2 0 0.16 0.99 0.47 50.53 0.97 0.27
Hex 87 72 2 0 10 63 2F 33 61 1B
Octal 207 162 2 0 20 143 57 63 141 33
Binary 10000111 1110010 10 0 10000 1100011 101111 110011 1100001 11011

Color Harmonies of #877202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877202

Black with #877202

Text Example


Text Example

White with #877202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877202; }

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

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

background-color css

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

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

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

border-color css

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

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

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