#97BC6E

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

Shades of Olivine #97BC6E

Tints of Olivine #97BC6E

Color information

#97BC6E (or 0x97BC6E) is unknown color: approx Olivine. HEX triplet: 97, BC and 6E. RGB value is (151,188,110). Sum of RGB (Red+Green+Blue) = 151+188+110=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BC6E is #684391. Grayscale: #A8A8A8. Windows color (decimal): -6833042 or 7257239. OLE color: 7257239.

HSL color Cylindrical-coordinate representation of color #97BC6E: hue angle of 88.46º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97BC6E is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB151188110-
CMYK0.2000.410.26
HSL88.46º36.79%58.43%-
HSV(B)88.46º41.49%73.73%-
XYZ33.5643.6721.41-
YUV168.0495.24115.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=33.63%
G=41.87%
B=24.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511881100.2000.410.2688.4636.7958.43
Hex97BC6E140291A58253a
Octal22727415624051321304572
Binary10010111101111001101110101000101001110101011000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,188,110); }

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

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

 a { background-color: rgb(151,188,110); }

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

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

 span { border-color: rgb(151,188,110); }

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