Html Css Color HEX #897003 Olive

📋 copy color: '#897003'

red 137 ◦ green 112 ◦ blue 3

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

Shades of Olive #897003

Tints of Olive #897003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 54.37%
G = 44.44%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#897003 (or 0x897003) is known color: Olive. HEX triplet: 89, 70 and 03. RGB value is (137,112,3). Sum of RGB (Red+Green+Blue) = 137+112+3=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #897003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897003 is #768FFC. Grayscale: #6B6B6B. Windows color (decimal): -7770109 or 225417. OLE color: 225417.

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

Color convert

RGB 137 112 3 -
CMYK 0 0.18 0.98 0.46
HSL 48.81º 0.96% 0.27% -
HSV(B) 48.81º 0.98% 0.54% -
XYZ 16.13 16.91 2.5 -
YUV 107.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 137 112 3 0 0.18 0.98 0.46 48.81 0.96 0.27
Hex 89 70 3 0 12 62 2E 31 60 1B
Octal 211 160 3 0 22 142 56 61 140 33
Binary 10001001 1110000 11 0 10010 1100010 101110 110001 1100000 11011

Color Harmonies of #897003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897003

Black with #897003

Text Example


Text Example

White with #897003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897003; }

 p { color: rgb(137,112,3); }

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

background-color css

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

 a { background-color: rgb(137,112,3); }

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

border-color css

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

 span { border-color: rgb(137,112,3); }

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