Html Css Color HEX #898007 Olive

📋 copy color: '#898007'

red 137 ◦ green 128 ◦ blue 7

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

Shades of Olive #898007

Tints of Olive #898007

RGB

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

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

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

R = 50.37%
G = 47.06%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#898007 (or 0x898007) is known color: Olive. HEX triplet: 89, 80 and 07. RGB value is (137,128,7). Sum of RGB (Red+Green+Blue) = 137+128+7=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #898007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898007 is #767FF8. Grayscale: #757575. Windows color (decimal): -7766009 or 491657. OLE color: 491657.

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

Color convert

RGB 137 128 7 -
CMYK 0 0.07 0.95 0.46
HSL 55.85º 0.9% 0.28% -
HSV(B) 55.85º 0.95% 0.54% -
XYZ 18.07 20.77 3.26 -
YUV 116.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 137 128 7 0 0.07 0.95 0.46 55.85 0.9 0.28
Hex 89 80 7 0 7 5F 2E 38 5A 1C
Octal 211 200 7 0 7 137 56 70 132 34
Binary 10001001 10000000 111 0 111 1011111 101110 111000 1011010 11100

Color Harmonies of #898007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898007

Black with #898007

Text Example


Text Example

White with #898007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898007; }

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

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

background-color css

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

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

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

border-color css

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

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

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