Html Css Color HEX #897A0D Olive

📋 copy color: '#897A0D'

red 137 ◦ green 122 ◦ blue 13

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

Shades of Olive #897A0D

Tints of Olive #897A0D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.85%

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 50.37%
G = 44.85%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#897A0D (or 0x897A0D) is known color: Olive. HEX triplet: 89, 7A and 0D. RGB value is (137,122,13). Sum of RGB (Red+Green+Blue) = 137+122+13=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #897A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897A0D is #7685F2. Grayscale: #727272. Windows color (decimal): -7767539 or 883337. OLE color: 883337.

HSL color Cylindrical-coordinate representation of color #897A0D: hue angle of 52.74º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #897A0D is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 122 13 -
CMYK 0 0.11 0.91 0.46
HSL 52.74º 0.83% 0.29% -
HSV(B) 52.74º 0.91% 0.54% -
XYZ 17.35 19.27 3.19 -
YUV 114.06 70.97 144.36 -
System Red Green Blue C M Y K H S L
Decimal 137 122 13 0 0.11 0.91 0.46 52.74 0.83 0.29
Hex 89 7A D 0 B 5B 2E 35 53 1D
Octal 211 172 15 0 13 133 56 65 123 35
Binary 10001001 1111010 1101 0 1011 1011011 101110 110101 1010011 11101

Color Harmonies of #897A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897A0D

Black with #897A0D

Text Example


Text Example

White with #897A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,122,13); }

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

background-color css

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

 a { background-color: rgb(137,122,13); }

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

border-color css

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

 span { border-color: rgb(137,122,13); }

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