Html Css Color HEX #899207 Olive

📋 copy color: '#899207'

red 137 ◦ green 146 ◦ blue 7

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

Shades of Olive #899207

Tints of Olive #899207

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.34%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 47.24%
G = 50.34%
B = 2.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#899207 (or 0x899207) is known color: Olive. HEX triplet: 89, 92 and 07. RGB value is (137,146,7). Sum of RGB (Red+Green+Blue) = 137+146+7=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #899207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899207 is #766DF8. Grayscale: #808080. Windows color (decimal): -7761401 or 496265. OLE color: 496265.

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

Color convert

RGB 137 146 7 -
CMYK 0.06 0 0.95 0.43
HSL 63.88º 0.91% 0.3% -
HSV(B) 63.88º 0.95% 0.57% -
XYZ 20.63 25.89 4.11 -
YUV 127.46 60.02 134.8 -
System Red Green Blue C M Y K H S L
Decimal 137 146 7 0.06 0 0.95 0.43 63.88 0.91 0.3
Hex 89 92 7 6 0 5F 2B 40 5B 1E
Octal 211 222 7 6 0 137 53 100 133 36
Binary 10001001 10010010 111 110 0 1011111 101011 1000000 1011011 11110

Color Harmonies of #899207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899207

Black with #899207

Text Example


Text Example

White with #899207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899207; }

 p { color: rgb(137,146,7); }

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

background-color css

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

 a { background-color: rgb(137,146,7); }

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

border-color css

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

 span { border-color: rgb(137,146,7); }

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