Html Css Color HEX #888C00 Olive

📋 copy color: '#888C00'

red 136 ◦ green 140 ◦ blue 0

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

Shades of Olive #888C00

Tints of Olive #888C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.28%
G = 50.72%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#888C00 (or 0x888C00) is known color: Olive. HEX triplet: 88, 8C and 00. RGB value is (136,140,0). Sum of RGB (Red+Green+Blue) = 136+140+0=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #888C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888C00 is #7773FF. Grayscale: #7B7B7B. Windows color (decimal): -7828480 or 35976. OLE color: 35976.

HSL color Cylindrical-coordinate representation of color #888C00: hue angle of 61.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #888C00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 140 0 -
CMYK 0.03 0 1 0.45
HSL 61.71º 1% 0.27% -
HSV(B) 61.71º 1% 0.55% -
XYZ 19.53 23.99 3.6 -
YUV 122.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 136 140 0 0.03 0 1 0.45 61.71 1 0.27
Hex 88 8C 0 3 0 64 2D 3E 64 1B
Octal 210 214 0 3 0 144 55 76 144 33
Binary 10001000 10001100 0 11 0 1100100 101101 111110 1100100 11011

Color Harmonies of #888C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C00

Black with #888C00

Text Example


Text Example

White with #888C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888C00; }

 p { color: rgb(136,140,0); }

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

background-color css

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

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

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

border-color css

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

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

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