#97BA7B

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

Shades of Olivine #97BA7B

Tints of Olivine #97BA7B

Color information

#97BA7B (or 0x97BA7B) is unknown color: approx Olivine. HEX triplet: 97, BA and 7B. RGB value is (151,186,123). Sum of RGB (Red+Green+Blue) = 151+186+123=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BA7B is #684584. Grayscale: #A8A8A8. Windows color (decimal): -6833541 or 8108695. OLE color: 8108695.

HSL color Cylindrical-coordinate representation of color #97BA7B: hue angle of 93.33º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97BA7B is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB151186123-
CMYK0.1900.340.27
HSL93.33º31.34%60.59%-
HSV(B)93.33º33.87%72.94%-
XYZ33.943.1325.28-
YUV168.35102.4115.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=32.83%
G=40.43%
B=26.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511861230.1900.340.2793.3331.3460.59
Hex97BA7B130221B5d1f3d
Octal22727217323042331353775
Binary1001011110111010111101110011010001011011101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,186,123); }

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

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

 a { background-color: rgb(151,186,123); }

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

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

 span { border-color: rgb(151,186,123); }

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