#97C965

Color #97C965 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #97C965

Tints of Olivine #97C965

Color information

#97C965 (or 0x97C965) is unknown color: approx Olivine. HEX triplet: 97, C9 and 65. RGB value is (151,201,101). Sum of RGB (Red+Green+Blue) = 151+201+101=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #97C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C965 is #68369A. Grayscale: #AFAFAF. Windows color (decimal): -6829723 or 6670743. OLE color: 6670743.

HSL color Cylindrical-coordinate representation of color #97C965: hue angle of 90º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97C965 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB151201101-
CMYK0.2500.500.21
HSL90º48.08%59.22%-
HSV(B)90º49.75%78.82%-
XYZ3649.2919.93-
YUV174.6586.44111.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 44.37%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=33.33%
G=44.37%
B=22.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512011010.2500.500.219048.0859.22
Hex97C96519032155a303b
Octal22731114531062251326073
Binary10010111110010011100101110010110010101011011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97C965;
 }
 .AnyTagClassName
 {
   color: #97C965;
 }
</style>
background-color css

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

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

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

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

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

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