Html Css Color HEX #897E0C Olive

📋 copy color: '#897E0C'

red 137 ◦ green 126 ◦ blue 12

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

Shades of Olive #897E0C

Tints of Olive #897E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 49.82%
G = 45.82%
B = 4.36%

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

#897E0C (or 0x897E0C) is known color: Olive. HEX triplet: 89, 7E and 0C. RGB value is (137,126,12). Sum of RGB (Red+Green+Blue) = 137+126+12=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #897E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897E0C is #7681F3. Grayscale: #747474. Windows color (decimal): -7766516 or 818825. OLE color: 818825.

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

Color convert

RGB 137 126 12 -
CMYK 0 0.08 0.91 0.46
HSL 54.72º 0.84% 0.29% -
HSV(B) 54.72º 0.91% 0.54% -
XYZ 17.84 20.27 3.32 -
YUV 116.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 137 126 12 0 0.08 0.91 0.46 54.72 0.84 0.29
Hex 89 7E C 0 8 5B 2E 37 54 1D
Octal 211 176 14 0 10 133 56 67 124 35
Binary 10001001 1111110 1100 0 1000 1011011 101110 110111 1010100 11101

Color Harmonies of #897E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897E0C

Black with #897E0C

Text Example


Text Example

White with #897E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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