Html Css Color HEX #897C01 Olive

📋 copy color: '#897C01'

red 137 ◦ green 124 ◦ blue 1

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

Shades of Olive #897C01

Tints of Olive #897C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 52.29%
G = 47.33%
B = 0.38%

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

#897C01 (or 0x897C01) is known color: Olive. HEX triplet: 89, 7C and 01. RGB value is (137,124,1). Sum of RGB (Red+Green+Blue) = 137+124+1=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #897C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897C01 is #7683FE. Grayscale: #727272. Windows color (decimal): -7767039 or 97417. OLE color: 97417.

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

Color convert

RGB 137 124 1 -
CMYK 0 0.09 0.99 0.46
HSL 54.26º 0.99% 0.27% -
HSV(B) 54.26º 0.99% 0.54% -
XYZ 17.53 19.74 2.91 -
YUV 113.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 137 124 1 0 0.09 0.99 0.46 54.26 0.99 0.27
Hex 89 7C 1 0 9 63 2E 36 63 1B
Octal 211 174 1 0 11 143 56 66 143 33
Binary 10001001 1111100 1 0 1001 1100011 101110 110110 1100011 11011

Color Harmonies of #897C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C01

Black with #897C01

Text Example


Text Example

White with #897C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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