Html Css Color HEX #898006 Olive

📋 copy color: '#898006'

red 137 ◦ green 128 ◦ blue 6

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

Shades of Olive #898006

Tints of Olive #898006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.23%

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

R = 50.55%
G = 47.23%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#898006 (or 0x898006) is known color: Olive. HEX triplet: 89, 80 and 06. RGB value is (137,128,6). Sum of RGB (Red+Green+Blue) = 137+128+6=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #898006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898006 is #767FF9. Grayscale: #757575. Windows color (decimal): -7766010 or 426121. OLE color: 426121.

HSL color Cylindrical-coordinate representation of color #898006: hue angle of 55.88º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #898006 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 128 6 -
CMYK 0 0.07 0.96 0.46
HSL 55.88º 0.92% 0.28% -
HSV(B) 55.88º 0.96% 0.54% -
XYZ 18.07 20.77 3.23 -
YUV 116.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 137 128 6 0 0.07 0.96 0.46 55.88 0.92 0.28
Hex 89 80 6 0 7 60 2E 38 5C 1C
Octal 211 200 6 0 7 140 56 70 134 34
Binary 10001001 10000000 110 0 111 1100000 101110 111000 1011100 11100

Color Harmonies of #898006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898006

Black with #898006

Text Example


Text Example

White with #898006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898006; }

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

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

background-color css

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

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

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

border-color css

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

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

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