Html Css Color HEX #87770A Olive

📋 copy color: '#87770A'

red 135 ◦ green 119 ◦ blue 10

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

Shades of Olive #87770A

Tints of Olive #87770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.08%

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 51.14%
G = 45.08%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87770A (or 0x87770A) is known color: Olive. HEX triplet: 87, 77 and 0A. RGB value is (135,119,10). Sum of RGB (Red+Green+Blue) = 135+119+10=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87770A is #7888F5. Grayscale: #6F6F6F. Windows color (decimal): -7899382 or 685959. OLE color: 685959.

HSL color Cylindrical-coordinate representation of color #87770A: hue angle of 52.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87770A is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 119 10 -
CMYK 0 0.12 0.93 0.47
HSL 52.32º 0.86% 0.28% -
HSV(B) 52.32º 0.93% 0.53% -
XYZ 16.64 18.37 2.96 -
YUV 111.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 135 119 10 0 0.12 0.93 0.47 52.32 0.86 0.28
Hex 87 77 A 0 C 5D 2F 34 56 1C
Octal 207 167 12 0 14 135 57 64 126 34
Binary 10000111 1110111 1010 0 1100 1011101 101111 110100 1010110 11100

Color Harmonies of #87770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87770A

Black with #87770A

Text Example


Text Example

White with #87770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87770A; }

 p { color: rgb(135,119,10); }

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

background-color css

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

 a { background-color: rgb(135,119,10); }

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

border-color css

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

 span { border-color: rgb(135,119,10); }

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