Html Css Color HEX #897F03 Olive

📋 copy color: '#897F03'

red 137 ◦ green 127 ◦ blue 3

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

Shades of Olive #897F03

Tints of Olive #897F03

RGB

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

 GREEN value IS 127 (50% from 255) = 47.57%

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

R = 51.31%
G = 47.57%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#897F03 (or 0x897F03) is known color: Olive. HEX triplet: 89, 7F and 03. RGB value is (137,127,3). Sum of RGB (Red+Green+Blue) = 137+127+3=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #897F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897F03 is #7680FC. Grayscale: #747474. Windows color (decimal): -7766269 or 229257. OLE color: 229257.

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

Color convert

RGB 137 127 3 -
CMYK 0 0.07 0.98 0.46
HSL 55.52º 0.96% 0.27% -
HSV(B) 55.52º 0.98% 0.54% -
XYZ 17.92 20.5 3.1 -
YUV 115.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 137 127 3 0 0.07 0.98 0.46 55.52 0.96 0.27
Hex 89 7F 3 0 7 62 2E 38 60 1B
Octal 211 177 3 0 7 142 56 70 140 33
Binary 10001001 1111111 11 0 111 1100010 101110 111000 1100000 11011

Color Harmonies of #897F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F03

Black with #897F03

Text Example


Text Example

White with #897F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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