#97AC6F

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

Shades of Olivine #97AC6F

Tints of Olivine #97AC6F

Color information

#97AC6F (or 0x97AC6F) is unknown color: approx Olivine. HEX triplet: 97, AC and 6F. RGB value is (151,172,111). Sum of RGB (Red+Green+Blue) = 151+172+111=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AC6F is #685390. Grayscale: #9E9E9E. Windows color (decimal): -6837137 or 7318679. OLE color: 7318679.

HSL color Cylindrical-coordinate representation of color #97AC6F: hue angle of 80.66º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97AC6F is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB151172111-
CMYK0.1200.350.33
HSL80.66º26.87%55.49%-
HSV(B)80.66º35.47%67.45%-
XYZ30.3837.2320.62-
YUV158.77101.04122.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=34.79%
G=39.63%
B=25.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511721110.1200.350.3380.6626.8755.49
Hex97AC6FC02321511b37
Octal22725415714043411213367
Binary1001011110101100110111111000100011100001101000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,172,111); }

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

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

 a { background-color: rgb(151,172,111); }

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

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

 span { border-color: rgb(151,172,111); }

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