#97B645

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

Shades of Atlantis #97B645

Tints of Atlantis #97B645

Color information

#97B645 (or 0x97B645) is unknown color: approx Atlantis. HEX triplet: 97, B6 and 45. RGB value is (151,182,69). Sum of RGB (Red+Green+Blue) = 151+182+69=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #97B645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B645 is #6849BA. Grayscale: #A0A0A0. Windows color (decimal): -6834619 or 4568727. OLE color: 4568727.

HSL color Cylindrical-coordinate representation of color #97B645: hue angle of 76.46º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97B645 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB15118269-
CMYK0.1700.620.29
HSL76.46º45.02%49.22%-
HSV(B)76.46º62.09%71.37%-
XYZ30.5640.4611.83-
YUV159.8576.73121.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 182 (71.48% from 255) = 45.27%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=37.56%
G=45.27%
B=17.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151182690.1700.620.2976.4645.0249.22
Hex97B6451103E1D4c2d31
Octal22726610521076351145561
Binary10010111101101101000101100010111110111011001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,182,69); }

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

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

 a { background-color: rgb(151,182,69); }

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

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

 span { border-color: rgb(151,182,69); }

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