Html Css Color HEX #877506 Olive

📋 copy color: '#877506'

red 135 ◦ green 117 ◦ blue 6

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

Shades of Olive #877506

Tints of Olive #877506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.35%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 52.33%
G = 45.35%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#877506 (or 0x877506) is known color: Olive. HEX triplet: 87, 75 and 06. RGB value is (135,117,6). Sum of RGB (Red+Green+Blue) = 135+117+6=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #877506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877506 is #788AF9. Grayscale: #6E6E6E. Windows color (decimal): -7899898 or 423303. OLE color: 423303.

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

Color convert

RGB 135 117 6 -
CMYK 0 0.13 0.96 0.47
HSL 51.63º 0.91% 0.28% -
HSV(B) 51.63º 0.96% 0.53% -
XYZ 16.39 17.89 2.76 -
YUV 109.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 135 117 6 0 0.13 0.96 0.47 51.63 0.91 0.28
Hex 87 75 6 0 D 60 2F 34 5B 1C
Octal 207 165 6 0 15 140 57 64 133 34
Binary 10000111 1110101 110 0 1101 1100000 101111 110100 1011011 11100

Color Harmonies of #877506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877506

Black with #877506

Text Example


Text Example

White with #877506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877506; }

 p { color: rgb(135,117,6); }

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

background-color css

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

 a { background-color: rgb(135,117,6); }

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

border-color css

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

 span { border-color: rgb(135,117,6); }

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