Html Css Color HEX #888912 Olive

📋 copy color: '#888912'

red 136 ◦ green 137 ◦ blue 18

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

Shades of Olive #888912

Tints of Olive #888912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 46.74%
G = 47.08%
B = 6.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#888912 (or 0x888912) is known color: Olive. HEX triplet: 88, 89 and 12. RGB value is (136,137,18). Sum of RGB (Red+Green+Blue) = 136+137+18=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #888912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888912 is #7776ED. Grayscale: #7B7B7B. Windows color (decimal): -7829230 or 1214856. OLE color: 1214856.

HSL color Cylindrical-coordinate representation of color #888912: hue angle of 60.5º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #888912 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 18 -
CMYK 0.01 0 0.87 0.46
HSL 60.5º 0.77% 0.3% -
HSV(B) 60.5º 0.87% 0.54% -
XYZ 19.21 23.17 4.03 -
YUV 123.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 136 137 18 0.01 0 0.87 0.46 60.5 0.77 0.3
Hex 88 89 12 1 0 57 2E 3D 4D 1E
Octal 210 211 22 1 0 127 56 75 115 36
Binary 10001000 10001001 10010 1 0 1010111 101110 111101 1001101 11110

Color Harmonies of #888912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888912

Black with #888912

Text Example


Text Example

White with #888912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888912; }

 p { color: rgb(136,137,18); }

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

background-color css

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

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

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

border-color css

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

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

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