Html Css Color HEX #897D08 Olive

📋 copy color: '#897D08'

red 137 ◦ green 125 ◦ blue 8

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

Shades of Olive #897D08

Tints of Olive #897D08

RGB

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

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

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

R = 50.74%
G = 46.3%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#897D08 (or 0x897D08) is known color: Olive. HEX triplet: 89, 7D and 08. RGB value is (137,125,8). Sum of RGB (Red+Green+Blue) = 137+125+8=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #897D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D08 is #7682F7. Grayscale: #737373. Windows color (decimal): -7766776 or 556425. OLE color: 556425.

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

Color convert

RGB 137 125 8 -
CMYK 0 0.09 0.94 0.46
HSL 54.42º 0.89% 0.28% -
HSV(B) 54.42º 0.94% 0.54% -
XYZ 17.69 20 3.16 -
YUV 115.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 137 125 8 0 0.09 0.94 0.46 54.42 0.89 0.28
Hex 89 7D 8 0 9 5E 2E 36 59 1C
Octal 211 175 10 0 11 136 56 66 131 34
Binary 10001001 1111101 1000 0 1001 1011110 101110 110110 1011001 11100

Color Harmonies of #897D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D08

Black with #897D08

Text Example


Text Example

White with #897D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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