Html Css Color HEX #87780A Olive

📋 copy color: '#87780A'

red 135 ◦ green 120 ◦ blue 10

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

Shades of Olive #87780A

Tints of Olive #87780A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.28%

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

R = 50.94%
G = 45.28%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87780A (or 0x87780A) is known color: Olive. HEX triplet: 87, 78 and 0A. RGB value is (135,120,10). Sum of RGB (Red+Green+Blue) = 135+120+10=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87780A is #7887F5. Grayscale: #707070. Windows color (decimal): -7899126 or 686215. OLE color: 686215.

HSL color Cylindrical-coordinate representation of color #87780A: hue angle of 52.8º 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 #87780A is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 120 10 -
CMYK 0 0.11 0.93 0.47
HSL 52.8º 0.86% 0.28% -
HSV(B) 52.8º 0.93% 0.53% -
XYZ 16.76 18.61 2.99 -
YUV 111.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 135 120 10 0 0.11 0.93 0.47 52.8 0.86 0.28
Hex 87 78 A 0 B 5D 2F 35 56 1C
Octal 207 170 12 0 13 135 57 65 126 34
Binary 10000111 1111000 1010 0 1011 1011101 101111 110101 1010110 11100

Color Harmonies of #87780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87780A

Black with #87780A

Text Example


Text Example

White with #87780A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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