Html Css Color HEX #897D07 Olive

📋 copy color: '#897D07'

red 137 ◦ green 125 ◦ blue 7

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

Shades of Olive #897D07

Tints of Olive #897D07

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.47%

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

R = 50.93%
G = 46.47%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#897D07 (or 0x897D07) is known color: Olive. HEX triplet: 89, 7D and 07. RGB value is (137,125,7). Sum of RGB (Red+Green+Blue) = 137+125+7=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #897D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D07 is #7682F8. Grayscale: #737373. Windows color (decimal): -7766777 or 490889. OLE color: 490889.

HSL color Cylindrical-coordinate representation of color #897D07: hue angle of 54.46º 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 #897D07 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 125 7 -
CMYK 0 0.09 0.95 0.46
HSL 54.46º 0.9% 0.28% -
HSV(B) 54.46º 0.95% 0.54% -
XYZ 17.69 20 3.13 -
YUV 115.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 137 125 7 0 0.09 0.95 0.46 54.46 0.9 0.28
Hex 89 7D 7 0 9 5F 2E 36 5A 1C
Octal 211 175 7 0 11 137 56 66 132 34
Binary 10001001 1111101 111 0 1001 1011111 101110 110110 1011010 11100

Color Harmonies of #897D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D07

Black with #897D07

Text Example


Text Example

White with #897D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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