#97B660

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

Shades of Olivine #97B660

Tints of Olivine #97B660

Color information

#97B660 (or 0x97B660) is unknown color: approx Olivine. HEX triplet: 97, B6 and 60. RGB value is (151,182,96). Sum of RGB (Red+Green+Blue) = 151+182+96=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #97B660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B660 is #68499F. Grayscale: #A3A3A3. Windows color (decimal): -6834592 or 6338199. OLE color: 6338199.

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

Color convert

RGB15118296-
CMYK0.1700.470.29
HSL81.63º37.07%54.51%-
HSV(B)81.63º47.25%71.37%-
XYZ31.640.8817.29-
YUV162.9390.23119.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=35.20%
G=42.42%
B=22.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151182960.1700.470.2981.6337.0754.51
Hex97B6601102F1D522537
Octal22726614021057351224567
Binary10010111101101101100000100010101111111011010010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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