#97BF6D

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

Shades of Olivine #97BF6D

Tints of Olivine #97BF6D

Color information

#97BF6D (or 0x97BF6D) is unknown color: approx Olivine. HEX triplet: 97, BF and 6D. RGB value is (151,191,109). Sum of RGB (Red+Green+Blue) = 151+191+109=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BF6D is #684092. Grayscale: #A9A9A9. Windows color (decimal): -6832275 or 7192471. OLE color: 7192471.

HSL color Cylindrical-coordinate representation of color #97BF6D: hue angle of 89.27º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97BF6D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB151191109-
CMYK0.2100.430.25
HSL89.27º39.05%58.82%-
HSV(B)89.27º42.93%74.9%-
XYZ34.1544.9521.34-
YUV169.6993.75114.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=33.48%
G=42.35%
B=24.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911090.2100.430.2589.2739.0558.82
Hex97BF6D1502B1959273b
Octal22727715525053311314773
Binary10010111101111111101101101010101011110011011001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,109); }

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

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

 a { background-color: rgb(151,191,109); }

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

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

 span { border-color: rgb(151,191,109); }

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