Html Css Color HEX #888804 Olive

📋 copy color: '#888804'

red 136 ◦ green 136 ◦ blue 4

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

Shades of Olive #888804

Tints of Olive #888804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 49.28%
G = 49.28%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#888804 (or 0x888804) is known color: Olive. HEX triplet: 88, 88 and 04. RGB value is (136,136,4). Sum of RGB (Red+Green+Blue) = 136+136+4=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888804 is #7777FB. Grayscale: #797979. Windows color (decimal): -7829500 or 297096. OLE color: 297096.

HSL color Cylindrical-coordinate representation of color #888804: hue angle of 60º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #888804 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 136 4 -
CMYK 0 0 0.97 0.47
HSL 60º 0.94% 0.27% -
HSV(B) 60º 0.97% 0.53% -
XYZ 18.98 22.85 3.53 -
YUV 120.95 62 138.73 -
System Red Green Blue C M Y K H S L
Decimal 136 136 4 0 0 0.97 0.47 60 0.94 0.27
Hex 88 88 4 0 0 61 2F 3C 5E 1B
Octal 210 210 4 0 0 141 57 74 136 33
Binary 10001000 10001000 100 0 0 1100001 101111 111100 1011110 11011

Color Harmonies of #888804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888804

Black with #888804

Text Example


Text Example

White with #888804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888804; }

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

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

background-color css

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

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

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

border-color css

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

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

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