Html Css Color HEX #87780C Olive

📋 copy color: '#87780C'

red 135 ◦ green 120 ◦ blue 12

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

Shades of Olive #87780C

Tints of Olive #87780C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 50.56%
G = 44.94%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87780C (or 0x87780C) is known color: Olive. HEX triplet: 87, 78 and 0C. RGB value is (135,120,12). Sum of RGB (Red+Green+Blue) = 135+120+12=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87780C is #7887F3. Grayscale: #707070. Windows color (decimal): -7899124 or 817287. OLE color: 817287.

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

Color convert

RGB 135 120 12 -
CMYK 0 0.11 0.91 0.47
HSL 52.68º 0.84% 0.29% -
HSV(B) 52.68º 0.91% 0.53% -
XYZ 16.77 18.61 3.06 -
YUV 112.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 135 120 12 0 0.11 0.91 0.47 52.68 0.84 0.29
Hex 87 78 C 0 B 5B 2F 35 54 1D
Octal 207 170 14 0 13 133 57 65 124 35
Binary 10000111 1111000 1100 0 1011 1011011 101111 110101 1010100 11101

Color Harmonies of #87780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87780C

Black with #87780C

Text Example


Text Example

White with #87780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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