Html Css Color HEX #888D0F Olive

📋 copy color: '#888D0F'

red 136 ◦ green 141 ◦ blue 15

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

Shades of Olive #888D0F

Tints of Olive #888D0F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.29%

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 46.58%
G = 48.29%
B = 5.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#888D0F (or 0x888D0F) is known color: Olive. HEX triplet: 88, 8D and 0F. RGB value is (136,141,15). Sum of RGB (Red+Green+Blue) = 136+141+15=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #888D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888D0F is #7772F0. Grayscale: #7D7D7D. Windows color (decimal): -7828209 or 1019272. OLE color: 1019272.

HSL color Cylindrical-coordinate representation of color #888D0F: hue angle of 62.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #888D0F is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 141 15 -
CMYK 0.04 0 0.89 0.45
HSL 62.38º 0.81% 0.31% -
HSV(B) 62.38º 0.89% 0.55% -
XYZ 19.76 24.32 4.1 -
YUV 125.14 65.84 135.75 -
System Red Green Blue C M Y K H S L
Decimal 136 141 15 0.04 0 0.89 0.45 62.38 0.81 0.31
Hex 88 8D F 4 0 59 2D 3E 51 1F
Octal 210 215 17 4 0 131 55 76 121 37
Binary 10001000 10001101 1111 100 0 1011001 101101 111110 1010001 11111

Color Harmonies of #888D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D0F

Black with #888D0F

Text Example


Text Example

White with #888D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,141,15); }

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

background-color css

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

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

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

border-color css

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

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

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