Html Css Color HEX #888B0B Olive

📋 copy color: '#888B0B'

red 136 ◦ green 139 ◦ blue 11

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

Shades of Olive #888B0B

Tints of Olive #888B0B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.6%

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 47.55%
G = 48.6%
B = 3.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#888B0B (or 0x888B0B) is known color: Olive. HEX triplet: 88, 8B and 0B. RGB value is (136,139,11). Sum of RGB (Red+Green+Blue) = 136+139+11=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #888B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888B0B is #7774F4. Grayscale: #7C7C7C. Windows color (decimal): -7828725 or 756616. OLE color: 756616.

HSL color Cylindrical-coordinate representation of color #888B0B: hue angle of 61.41º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #888B0B is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 139 11 -
CMYK 0.02 0 0.92 0.45
HSL 61.41º 0.85% 0.29% -
HSV(B) 61.41º 0.92% 0.55% -
XYZ 19.45 23.72 3.87 -
YUV 123.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 136 139 11 0.02 0 0.92 0.45 61.41 0.85 0.29
Hex 88 8B B 2 0 5C 2D 3D 55 1D
Octal 210 213 13 2 0 134 55 75 125 35
Binary 10001000 10001011 1011 10 0 1011100 101101 111101 1010101 11101

Color Harmonies of #888B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B0B

Black with #888B0B

Text Example


Text Example

White with #888B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,139,11); }

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

background-color css

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

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

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

border-color css

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

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

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