Html Css Color HEX #88770C Olive

📋 copy color: '#88770C'

red 136 ◦ green 119 ◦ blue 12

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

Shades of Olive #88770C

Tints of Olive #88770C

RGB

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

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

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

R = 50.94%
G = 44.57%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88770C (or 0x88770C) is known color: Olive. HEX triplet: 88, 77 and 0C. RGB value is (136,119,12). Sum of RGB (Red+Green+Blue) = 136+119+12=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #88770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88770C is #7788F3. Grayscale: #707070. Windows color (decimal): -7833844 or 817032. OLE color: 817032.

HSL color Cylindrical-coordinate representation of color #88770C: hue angle of 51.77º 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 #88770C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 119 12 -
CMYK 0 0.12 0.91 0.47
HSL 51.77º 0.84% 0.29% -
HSV(B) 51.77º 0.91% 0.53% -
XYZ 16.82 18.45 3.02 -
YUV 111.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 136 119 12 0 0.12 0.91 0.47 51.77 0.84 0.29
Hex 88 77 C 0 C 5B 2F 34 54 1D
Octal 210 167 14 0 14 133 57 64 124 35
Binary 10001000 1110111 1100 0 1100 1011011 101111 110100 1010100 11101

Color Harmonies of #88770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88770C

Black with #88770C

Text Example


Text Example

White with #88770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,119,12); }

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

background-color css

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

 a { background-color: rgb(136,119,12); }

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

border-color css

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

 span { border-color: rgb(136,119,12); }

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