Html Css Color HEX #888E0D Olive

📋 copy color: '#888E0D'

red 136 ◦ green 142 ◦ blue 13

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

Shades of Olive #888E0D

Tints of Olive #888E0D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.8%

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 46.74%
G = 48.8%
B = 4.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#888E0D (or 0x888E0D) is known color: Olive. HEX triplet: 88, 8E and 0D. RGB value is (136,142,13). Sum of RGB (Red+Green+Blue) = 136+142+13=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #888E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888E0D is #7771F2. Grayscale: #7E7E7E. Windows color (decimal): -7827955 or 888456. OLE color: 888456.

HSL color Cylindrical-coordinate representation of color #888E0D: hue angle of 62.79º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #888E0D is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 142 13 -
CMYK 0.04 0 0.91 0.44
HSL 62.79º 0.83% 0.3% -
HSV(B) 62.79º 0.91% 0.56% -
XYZ 19.9 24.61 4.08 -
YUV 125.5 64.51 135.49 -
System Red Green Blue C M Y K H S L
Decimal 136 142 13 0.04 0 0.91 0.44 62.79 0.83 0.3
Hex 88 8E D 4 0 5B 2C 3F 53 1E
Octal 210 216 15 4 0 133 54 77 123 36
Binary 10001000 10001110 1101 100 0 1011011 101100 111111 1010011 11110

Color Harmonies of #888E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E0D

Black with #888E0D

Text Example


Text Example

White with #888E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,142,13); }

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

background-color css

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

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

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

border-color css

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

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

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