Html Css Color HEX #97C560 Olivine

📋 copy color: '#97C560'

red 151 ◦ green 197 ◦ blue 96

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

Shades of Olivine #97C560

Tints of Olivine #97C560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.62%

R = 34.01%
G = 44.37%
B = 21.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#97C560 (or 0x97C560) is known color: Olivine. HEX triplet: 97, C5 and 60. RGB value is (151,197,96). Sum of RGB (Red+Green+Blue) = 151+197+96=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #97C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C560 is #683A9F. Grayscale: #ACACAC. Windows color (decimal): -6830752 or 6342039. OLE color: 6342039.

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

Color convert

RGB 151 197 96 -
CMYK 0.23 0 0.51 0.23
HSL 87.33º 0.47% 0.57% -
HSV(B) 87.33º 0.51% 0.77% -
XYZ 34.84 47.36 18.37 -
YUV 171.73 85.26 113.21 -
System Red Green Blue C M Y K H S L
Decimal 151 197 96 0.23 0 0.51 0.23 87.33 0.47 0.57
Hex 97 C5 60 17 0 33 17 57 2F 39
Octal 227 305 140 27 0 63 27 127 57 71
Binary 10010111 11000101 1100000 10111 0 110011 10111 1010111 101111 111001

Color Harmonies of #97C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C560

Black with #97C560

Text Example


Text Example

White with #97C560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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