#97B780

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

Shades of Olivine #97B780

Tints of Olivine #97B780

Color information

#97B780 (or 0x97B780) is unknown color: approx Olivine. HEX triplet: 97, B7 and 80. RGB value is (151,183,128). Sum of RGB (Red+Green+Blue) = 151+183+128=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #97B780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B780 is #68487F. Grayscale: #A7A7A7. Windows color (decimal): -6834304 or 8435607. OLE color: 8435607.

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

Color convert

RGB151183128-
CMYK0.1700.300.28
HSL94.91º27.64%60.98%-
HSV(B)94.91º30.05%71.76%-
XYZ33.594226.76-
YUV167.16105.9116.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 183 (71.88% from 255) = 39.61%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=32.68%
G=39.61%
B=27.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511831280.1700.300.2894.9127.6460.98
Hex97B7801101E1C5f1c3d
Octal22726720021036341373475
Binary1001011110110111100000001000101111011100101111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,183,128); }

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

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

 a { background-color: rgb(151,183,128); }

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

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

 span { border-color: rgb(151,183,128); }

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