Html Css Color HEX #889008 Olive

📋 copy color: '#889008'

red 136 ◦ green 144 ◦ blue 8

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

Shades of Olive #889008

Tints of Olive #889008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50%

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 47.22%
G = 50%
B = 2.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#889008 (or 0x889008) is known color: Olive. HEX triplet: 88, 90 and 08. RGB value is (136,144,8). Sum of RGB (Red+Green+Blue) = 136+144+8=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #889008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889008 is #776FF7. Grayscale: #7E7E7E. Windows color (decimal): -7827448 or 561288. OLE color: 561288.

HSL color Cylindrical-coordinate representation of color #889008: hue angle of 63.53º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #889008 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 8 -
CMYK 0.06 0 0.94 0.44
HSL 63.53º 0.89% 0.3% -
HSV(B) 63.53º 0.94% 0.56% -
XYZ 20.17 25.2 4.03 -
YUV 126.1 61.35 135.06 -
System Red Green Blue C M Y K H S L
Decimal 136 144 8 0.06 0 0.94 0.44 63.53 0.89 0.3
Hex 88 90 8 6 0 5E 2C 40 59 1E
Octal 210 220 10 6 0 136 54 100 131 36
Binary 10001000 10010000 1000 110 0 1011110 101100 1000000 1011001 11110

Color Harmonies of #889008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889008

Black with #889008

Text Example


Text Example

White with #889008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889008; }

 p { color: rgb(136,144,8); }

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

background-color css

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

 a { background-color: rgb(136,144,8); }

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

border-color css

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

 span { border-color: rgb(136,144,8); }

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