#97C360

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

Shades of Olivine #97C360

Tints of Olivine #97C360

Color information

#97C360 (or 0x97C360) is unknown color: approx Olivine. HEX triplet: 97, C3 and 60. RGB value is (151,195,96). Sum of RGB (Red+Green+Blue) = 151+195+96=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #97C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C360 is #683C9F. Grayscale: #AAAAAA. Windows color (decimal): -6831264 or 6341527. OLE color: 6341527.

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

Color convert

RGB15119596-
CMYK0.2300.510.24
HSL86.67º45.21%57.06%-
HSV(B)86.67º50.77%76.47%-
XYZ34.3946.4518.22-
YUV170.5685.92114.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 195 (76.56% from 255) = 44.12%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=34.16%
G=44.12%
B=21.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151195960.2300.510.2486.6745.2157.06
Hex97C3601703318572d39
Octal22730314027063301275571
Binary10010111110000111100000101110110011110001010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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