Html Css Color HEX #88880C Olive

📋 copy color: '#88880C'

red 136 ◦ green 136 ◦ blue 12

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

Shades of Olive #88880C

Tints of Olive #88880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.89%

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

R = 47.89%
G = 47.89%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88880C (or 0x88880C) is known color: Olive. HEX triplet: 88, 88 and 0C. RGB value is (136,136,12). Sum of RGB (Red+Green+Blue) = 136+136+12=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88880C is #7777F3. Grayscale: #7A7A7A. Windows color (decimal): -7829492 or 821384. OLE color: 821384.

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

Color convert

RGB 136 136 12 -
CMYK 0 0 0.91 0.47
HSL 60º 0.84% 0.29% -
HSV(B) 60º 0.91% 0.53% -
XYZ 19.02 22.87 3.76 -
YUV 121.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 136 136 12 0 0 0.91 0.47 60 0.84 0.29
Hex 88 88 C 0 0 5B 2F 3C 54 1D
Octal 210 210 14 0 0 133 57 74 124 35
Binary 10001000 10001000 1100 0 0 1011011 101111 111100 1010100 11101

Color Harmonies of #88880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88880C

Black with #88880C

Text Example


Text Example

White with #88880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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