Html Css Color HEX #899206 Olive

📋 copy color: '#899206'

red 137 ◦ green 146 ◦ blue 6

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

Shades of Olive #899206

Tints of Olive #899206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 47.4%
G = 50.52%
B = 2.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#899206 (or 0x899206) is known color: Olive. HEX triplet: 89, 92 and 06. RGB value is (137,146,6). Sum of RGB (Red+Green+Blue) = 137+146+6=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #899206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899206 is #766DF9. Grayscale: #7F7F7F. Windows color (decimal): -7761402 or 430729. OLE color: 430729.

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

Color convert

RGB 137 146 6 -
CMYK 0.06 0 0.96 0.43
HSL 63.86º 0.92% 0.3% -
HSV(B) 63.86º 0.96% 0.57% -
XYZ 20.63 25.89 4.08 -
YUV 127.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 137 146 6 0.06 0 0.96 0.43 63.86 0.92 0.3
Hex 89 92 6 6 0 60 2B 40 5C 1E
Octal 211 222 6 6 0 140 53 100 134 36
Binary 10001001 10010010 110 110 0 1100000 101011 1000000 1011100 11110

Color Harmonies of #899206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899206

Black with #899206

Text Example


Text Example

White with #899206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899206; }

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

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

background-color css

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

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

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

border-color css

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

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

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