Html Css Color HEX #87780F Olive

📋 copy color: '#87780F'

red 135 ◦ green 120 ◦ blue 15

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

Shades of Olive #87780F

Tints of Olive #87780F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87780F (or 0x87780F) is known color: Olive. HEX triplet: 87, 78 and 0F. RGB value is (135,120,15). Sum of RGB (Red+Green+Blue) = 135+120+15=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #87780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87780F is #7887F0. Grayscale: #707070. Windows color (decimal): -7899121 or 1013895. OLE color: 1013895.

HSL color Cylindrical-coordinate representation of color #87780F: hue angle of 52.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87780F is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 120 15 -
CMYK 0 0.11 0.89 0.47
HSL 52.5º 0.8% 0.29% -
HSV(B) 52.5º 0.89% 0.53% -
XYZ 16.79 18.62 3.16 -
YUV 112.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 135 120 15 0 0.11 0.89 0.47 52.5 0.8 0.29
Hex 87 78 F 0 B 59 2F 34 50 1D
Octal 207 170 17 0 13 131 57 64 120 35
Binary 10000111 1111000 1111 0 1011 1011001 101111 110100 1010000 11101

Color Harmonies of #87780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87780F

Black with #87780F

Text Example


Text Example

White with #87780F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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