Html Css Color HEX #897C02 Olive

📋 copy color: '#897C02'

red 137 ◦ green 124 ◦ blue 2

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

Shades of Olive #897C02

Tints of Olive #897C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.15%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 52.09%
G = 47.15%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897C02 (or 0x897C02) is known color: Olive. HEX triplet: 89, 7C and 02. RGB value is (137,124,2). Sum of RGB (Red+Green+Blue) = 137+124+2=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #897C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897C02 is #7683FD. Grayscale: #727272. Windows color (decimal): -7767038 or 162953. OLE color: 162953.

HSL color Cylindrical-coordinate representation of color #897C02: hue angle of 54.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #897C02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 124 2 -
CMYK 0 0.09 0.99 0.46
HSL 54.22º 0.97% 0.27% -
HSV(B) 54.22º 0.99% 0.54% -
XYZ 17.54 19.74 2.94 -
YUV 113.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 137 124 2 0 0.09 0.99 0.46 54.22 0.97 0.27
Hex 89 7C 2 0 9 63 2E 36 61 1B
Octal 211 174 2 0 11 143 56 66 141 33
Binary 10001001 1111100 10 0 1001 1100011 101110 110110 1100001 11011

Color Harmonies of #897C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C02

Black with #897C02

Text Example


Text Example

White with #897C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,124,2); }

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

background-color css

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

 a { background-color: rgb(137,124,2); }

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

border-color css

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

 span { border-color: rgb(137,124,2); }

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