Html Css Color HEX #97C975 Olivine

📋 copy color: '#97C975'

red 151 ◦ green 201 ◦ blue 117

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

Shades of Olivine #97C975

Tints of Olivine #97C975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 32.2%
G = 42.86%
B = 24.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#97C975 (or 0x97C975) is known color: Olivine. HEX triplet: 97, C9 and 75. RGB value is (151,201,117). Sum of RGB (Red+Green+Blue) = 151+201+117=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #97C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C975 is #68368A. Grayscale: #B0B0B0. Windows color (decimal): -6829707 or 7719319. OLE color: 7719319.

HSL color Cylindrical-coordinate representation of color #97C975: hue angle of 95.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97C975 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 201 117 -
CMYK 0.25 0 0.42 0.21
HSL 95.71º 0.44% 0.62% -
HSV(B) 95.71º 0.42% 0.79% -
XYZ 36.86 49.64 24.47 -
YUV 176.47 94.44 109.83 -
System Red Green Blue C M Y K H S L
Decimal 151 201 117 0.25 0 0.42 0.21 95.71 0.44 0.62
Hex 97 C9 75 19 0 2A 15 60 2C 3E
Octal 227 311 165 31 0 52 25 140 54 76
Binary 10010111 11001001 1110101 11001 0 101010 10101 1100000 101100 111110

Color Harmonies of #97C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C975

Black with #97C975

Text Example


Text Example

White with #97C975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,201,117); }

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

background-color css

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

 a { background-color: rgb(151,201,117); }

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

border-color css

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

 span { border-color: rgb(151,201,117); }

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