Html Css Color HEX #889001 Olive

📋 copy color: '#889001'

red 136 ◦ green 144 ◦ blue 1

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

Shades of Olive #889001

Tints of Olive #889001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 48.4%
G = 51.25%
B = 0.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#889001 (or 0x889001) is known color: Olive. HEX triplet: 88, 90 and 01. RGB value is (136,144,1). Sum of RGB (Red+Green+Blue) = 136+144+1=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #889001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889001 is #776FFE. Grayscale: #7D7D7D. Windows color (decimal): -7827455 or 102536. OLE color: 102536.

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

Color convert

RGB 136 144 1 -
CMYK 0.06 0 0.99 0.44
HSL 63.36º 0.99% 0.28% -
HSV(B) 63.36º 0.99% 0.56% -
XYZ 20.13 25.18 3.83 -
YUV 125.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 136 144 1 0.06 0 0.99 0.44 63.36 0.99 0.28
Hex 88 90 1 6 0 63 2C 3F 63 1C
Octal 210 220 1 6 0 143 54 77 143 34
Binary 10001000 10010000 1 110 0 1100011 101100 111111 1100011 11100

Color Harmonies of #889001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889001

Black with #889001

Text Example


Text Example

White with #889001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889001; }

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

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

background-color css

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

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

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

border-color css

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

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

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