Html Css Color HEX #898008 Olive

📋 copy color: '#898008'

red 137 ◦ green 128 ◦ blue 8

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

Shades of Olive #898008

Tints of Olive #898008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 50.18%
G = 46.89%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#898008 (or 0x898008) is known color: Olive. HEX triplet: 89, 80 and 08. RGB value is (137,128,8). Sum of RGB (Red+Green+Blue) = 137+128+8=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #898008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898008 is #767FF7. Grayscale: #757575. Windows color (decimal): -7766008 or 557193. OLE color: 557193.

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

Color convert

RGB 137 128 8 -
CMYK 0 0.07 0.94 0.46
HSL 55.81º 0.89% 0.28% -
HSV(B) 55.81º 0.94% 0.54% -
XYZ 18.08 20.77 3.29 -
YUV 117.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 137 128 8 0 0.07 0.94 0.46 55.81 0.89 0.28
Hex 89 80 8 0 7 5E 2E 38 59 1C
Octal 211 200 10 0 7 136 56 70 131 34
Binary 10001001 10000000 1000 0 111 1011110 101110 111000 1011001 11100

Color Harmonies of #898008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898008

Black with #898008

Text Example


Text Example

White with #898008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898008; }

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

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

background-color css

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

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

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

border-color css

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

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

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