Html Css Color HEX #97AA7C Olivine

📋 copy color: '#97AA7C'

red 151 ◦ green 170 ◦ blue 124

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

Shades of Olivine #97AA7C

Tints of Olivine #97AA7C

RGB

 RED value IS 151 (59.38% from 255) = 33.93%

 GREEN value IS 170 (66.8% from 255) = 38.2%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 33.93%
G = 38.2%
B = 27.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#97AA7C (or 0x97AA7C) is known color: Olivine. HEX triplet: 97, AA and 7C. RGB value is (151,170,124). Sum of RGB (Red+Green+Blue) = 151+170+124=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AA7C is #685583. Grayscale: #9F9F9F. Windows color (decimal): -6837636 or 8170135. OLE color: 8170135.

HSL color Cylindrical-coordinate representation of color #97AA7C: hue angle of 84.78º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97AA7C is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 170 124 -
CMYK 0.11 0 0.27 0.33
HSL 84.78º 0.21% 0.58% -
HSV(B) 84.78º 0.27% 0.67% -
XYZ 30.78 36.78 24.55 -
YUV 159.08 108.21 122.24 -
System Red Green Blue C M Y K H S L
Decimal 151 170 124 0.11 0 0.27 0.33 84.78 0.21 0.58
Hex 97 AA 7C B 0 1B 21 55 15 3A
Octal 227 252 174 13 0 33 41 125 25 72
Binary 10010111 10101010 1111100 1011 0 11011 100001 1010101 10101 111010

Color Harmonies of #97AA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AA7C

Black with #97AA7C

Text Example


Text Example

White with #97AA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97AA7C; }

 p { color: rgb(151,170,124); }

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

background-color css

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

 a { background-color: rgb(151,170,124); }

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

border-color css

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

 span { border-color: rgb(151,170,124); }

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