Html Css Color HEX #897E0D Olive

📋 copy color: '#897E0D'

red 137 ◦ green 126 ◦ blue 13

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

Shades of Olive #897E0D

Tints of Olive #897E0D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.65%

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

R = 49.64%
G = 45.65%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#897E0D (or 0x897E0D) is known color: Olive. HEX triplet: 89, 7E and 0D. RGB value is (137,126,13). Sum of RGB (Red+Green+Blue) = 137+126+13=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #897E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897E0D is #7681F2. Grayscale: #747474. Windows color (decimal): -7766515 or 884361. OLE color: 884361.

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

Color convert

RGB 137 126 13 -
CMYK 0 0.08 0.91 0.46
HSL 54.68º 0.83% 0.29% -
HSV(B) 54.68º 0.91% 0.54% -
XYZ 17.85 20.27 3.35 -
YUV 116.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 137 126 13 0 0.08 0.91 0.46 54.68 0.83 0.29
Hex 89 7E D 0 8 5B 2E 37 53 1D
Octal 211 176 15 0 10 133 56 67 123 35
Binary 10001001 1111110 1101 0 1000 1011011 101110 110111 1010011 11101

Color Harmonies of #897E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897E0D

Black with #897E0D

Text Example


Text Example

White with #897E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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