Html Css Color HEX #899101 Olive

📋 copy color: '#899101'

red 137 ◦ green 145 ◦ blue 1

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

Shades of Olive #899101

Tints of Olive #899101

RGB

 RED value IS 137 (53.91% from 255) = 48.41%

 GREEN value IS 145 (57.03% from 255) = 51.24%

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

R = 48.41%
G = 51.24%
B = 0.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#899101 (or 0x899101) is known color: Olive. HEX triplet: 89, 91 and 01. RGB value is (137,145,1). Sum of RGB (Red+Green+Blue) = 137+145+1=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #899101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899101 is #766EFE. Grayscale: #7E7E7E. Windows color (decimal): -7761663 or 102793. OLE color: 102793.

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

Color convert

RGB 137 145 1 -
CMYK 0.06 0 0.99 0.43
HSL 63.33º 0.99% 0.29% -
HSV(B) 63.33º 0.99% 0.57% -
XYZ 20.45 25.57 3.89 -
YUV 126.19 57.35 135.71 -
System Red Green Blue C M Y K H S L
Decimal 137 145 1 0.06 0 0.99 0.43 63.33 0.99 0.29
Hex 89 91 1 6 0 63 2B 3F 63 1D
Octal 211 221 1 6 0 143 53 77 143 35
Binary 10001001 10010001 1 110 0 1100011 101011 111111 1100011 11101

Color Harmonies of #899101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899101

Black with #899101

Text Example


Text Example

White with #899101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899101; }

 p { color: rgb(137,145,1); }

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

background-color css

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

 a { background-color: rgb(137,145,1); }

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

border-color css

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

 span { border-color: rgb(137,145,1); }

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