#97D365

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

Shades of Olivine #97D365

Tints of Olivine #97D365

Color information

#97D365 (or 0x97D365) is unknown color: approx Olivine. HEX triplet: 97, D3 and 65. RGB value is (151,211,101). Sum of RGB (Red+Green+Blue) = 151+211+101=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #97D365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D365 is #682C9A. Grayscale: #B4B4B4. Windows color (decimal): -6827163 or 6673303. OLE color: 6673303.

HSL color Cylindrical-coordinate representation of color #97D365: hue angle of 92.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97D365 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB151211101-
CMYK0.2800.520.17
HSL92.73º55.56%61.18%-
HSV(B)92.73º52.13%82.75%-
XYZ38.4154.1120.73-
YUV180.5283.12106.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 211 (82.81% from 255) = 45.57%
BLUE value IS 101 (39.84% from 255) = 21.81%
R=32.61%
G=45.57%
B=21.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512111010.2800.520.1792.7355.5661.18
Hex97D3651C034115d383d
Octal22732314534064211357075
Binary10010111110100111100101111000110100100011011101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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