Html Css Color HEX #897106 Olive

📋 copy color: '#897106'

red 137 ◦ green 113 ◦ blue 6

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

Shades of Olive #897106

Tints of Olive #897106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

 BLUE value IS 6 (2.73% from 255) = 2.34%

R = 53.52%
G = 44.14%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#897106 (or 0x897106) is known color: Olive. HEX triplet: 89, 71 and 06. RGB value is (137,113,6). Sum of RGB (Red+Green+Blue) = 137+113+6=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #897106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897106 is #768EF9. Grayscale: #6C6C6C. Windows color (decimal): -7769850 or 422281. OLE color: 422281.

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

Color convert

RGB 137 113 6 -
CMYK 0 0.18 0.96 0.46
HSL 49.01º 0.92% 0.28% -
HSV(B) 49.01º 0.96% 0.54% -
XYZ 16.25 17.14 2.62 -
YUV 107.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 137 113 6 0 0.18 0.96 0.46 49.01 0.92 0.28
Hex 89 71 6 0 12 60 2E 31 5C 1C
Octal 211 161 6 0 22 140 56 61 134 34
Binary 10001001 1110001 110 0 10010 1100000 101110 110001 1011100 11100

Color Harmonies of #897106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897106

Black with #897106

Text Example


Text Example

White with #897106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897106; }

 p { color: rgb(137,113,6); }

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

background-color css

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

 a { background-color: rgb(137,113,6); }

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

border-color css

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

 span { border-color: rgb(137,113,6); }

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