Html Css Color HEX #88780F Olive

📋 copy color: '#88780F'

red 136 ◦ green 120 ◦ blue 15

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

Shades of Olive #88780F

Tints of Olive #88780F

RGB

 RED value IS 136 (53.52% from 255) = 50.18%

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

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

R = 50.18%
G = 44.28%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88780F (or 0x88780F) is known color: Olive. HEX triplet: 88, 78 and 0F. RGB value is (136,120,15). Sum of RGB (Red+Green+Blue) = 136+120+15=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #88780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88780F is #7787F0. Grayscale: #717171. Windows color (decimal): -7833585 or 1013896. OLE color: 1013896.

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

Color convert

RGB 136 120 15 -
CMYK 0 0.12 0.89 0.47
HSL 52.07º 0.8% 0.3% -
HSV(B) 52.07º 0.89% 0.53% -
XYZ 16.96 18.7 3.17 -
YUV 112.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 136 120 15 0 0.12 0.89 0.47 52.07 0.8 0.3
Hex 88 78 F 0 C 59 2F 34 50 1E
Octal 210 170 17 0 14 131 57 64 120 36
Binary 10001000 1111000 1111 0 1100 1011001 101111 110100 1010000 11110

Color Harmonies of #88780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88780F

Black with #88780F

Text Example


Text Example

White with #88780F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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