Html Css Color HEX #97C575 Olivine

📋 copy color: '#97C575'

red 151 ◦ green 197 ◦ blue 117

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

Shades of Olivine #97C575

Tints of Olivine #97C575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.37%

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

R = 32.47%
G = 42.37%
B = 25.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#97C575 (or 0x97C575) is known color: Olivine. HEX triplet: 97, C5 and 75. RGB value is (151,197,117). Sum of RGB (Red+Green+Blue) = 151+197+117=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #97C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C575 is #683A8A. Grayscale: #AEAEAE. Windows color (decimal): -6830731 or 7718295. OLE color: 7718295.

HSL color Cylindrical-coordinate representation of color #97C575: hue angle of 94.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97C575 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 117 -
CMYK 0.23 0 0.41 0.23
HSL 94.5º 0.41% 0.62% -
HSV(B) 94.5º 0.41% 0.77% -
XYZ 35.94 47.8 24.16 -
YUV 174.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 151 197 117 0.23 0 0.41 0.23 94.5 0.41 0.62
Hex 97 C5 75 17 0 29 17 5E 29 3E
Octal 227 305 165 27 0 51 27 136 51 76
Binary 10010111 11000101 1110101 10111 0 101001 10111 1011110 101001 111110

Color Harmonies of #97C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C575

Black with #97C575

Text Example


Text Example

White with #97C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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