Html Css Color HEX #897908 Olive

📋 copy color: '#897908'

red 137 ◦ green 121 ◦ blue 8

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

Shades of Olive #897908

Tints of Olive #897908

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.49%

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

R = 51.5%
G = 45.49%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#897908 (or 0x897908) is known color: Olive. HEX triplet: 89, 79 and 08. RGB value is (137,121,8). Sum of RGB (Red+Green+Blue) = 137+121+8=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #897908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897908 is #7686F7. Grayscale: #717171. Windows color (decimal): -7767800 or 555401. OLE color: 555401.

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

Color convert

RGB 137 121 8 -
CMYK 0 0.12 0.94 0.46
HSL 52.56º 0.89% 0.28% -
HSV(B) 52.56º 0.94% 0.54% -
XYZ 17.2 19.01 2.99 -
YUV 112.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 137 121 8 0 0.12 0.94 0.46 52.56 0.89 0.28
Hex 89 79 8 0 C 5E 2E 35 59 1C
Octal 211 171 10 0 14 136 56 65 131 34
Binary 10001001 1111001 1000 0 1100 1011110 101110 110101 1011001 11100

Color Harmonies of #897908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897908

Black with #897908

Text Example


Text Example

White with #897908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897908; }

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

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

background-color css

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

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

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

border-color css

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

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

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