Html Css Color HEX #888700 Olive

📋 copy color: '#888700'

red 136 ◦ green 135 ◦ blue 0

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

Shades of Olive #888700

Tints of Olive #888700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.82%

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

R = 50.18%
G = 49.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#888700 (or 0x888700) is known color: Olive. HEX triplet: 88, 87 and 00. RGB value is (136,135,0). Sum of RGB (Red+Green+Blue) = 136+135+0=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #888700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888700 is #7778FF. Grayscale: #787878. Windows color (decimal): -7829760 or 34696. OLE color: 34696.

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

Color convert

RGB 136 135 0 -
CMYK 0 0.01 1 0.47
HSL 59.56º 1% 0.27% -
HSV(B) 59.56º 1% 0.53% -
XYZ 18.82 22.56 3.36 -
YUV 119.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 136 135 0 0 0.01 1 0.47 59.56 1 0.27
Hex 88 87 0 0 1 64 2F 3C 64 1B
Octal 210 207 0 0 1 144 57 74 144 33
Binary 10001000 10000111 0 0 1 1100100 101111 111100 1100100 11011

Color Harmonies of #888700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888700

Black with #888700

Text Example


Text Example

White with #888700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888700; }

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

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

background-color css

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

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

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

border-color css

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

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

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