Html Css Color HEX #889000 Olive

📋 copy color: '#889000'

red 136 ◦ green 144 ◦ blue 0

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

Shades of Olive #889000

Tints of Olive #889000

RGB

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

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

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

R = 48.57%
G = 51.43%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#889000 (or 0x889000) is known color: Olive. HEX triplet: 88, 90 and 00. RGB value is (136,144,0). Sum of RGB (Red+Green+Blue) = 136+144+0=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #889000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889000 is #776FFF. Grayscale: #7D7D7D. Windows color (decimal): -7827456 or 37000. OLE color: 37000.

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

Color convert

RGB 136 144 0 -
CMYK 0.06 0 1 0.44
HSL 63.33º 1% 0.28% -
HSV(B) 63.33º 1% 0.56% -
XYZ 20.13 25.18 3.8 -
YUV 125.19 57.35 135.71 -
System Red Green Blue C M Y K H S L
Decimal 136 144 0 0.06 0 1 0.44 63.33 1 0.28
Hex 88 90 0 6 0 64 2C 3F 64 1C
Octal 210 220 0 6 0 144 54 77 144 34
Binary 10001000 10010000 0 110 0 1100100 101100 111111 1100100 11100

Color Harmonies of #889000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889000

Black with #889000

Text Example


Text Example

White with #889000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889000; }

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

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

background-color css

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

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

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

border-color css

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

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

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