#97BF60

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

Shades of Olivine #97BF60

Tints of Olivine #97BF60

Color information

#97BF60 (or 0x97BF60) is unknown color: approx Olivine. HEX triplet: 97, BF and 60. RGB value is (151,191,96). Sum of RGB (Red+Green+Blue) = 151+191+96=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BF60 is #68409F. Grayscale: #A8A8A8. Windows color (decimal): -6832288 or 6340503. OLE color: 6340503.

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

Color convert

RGB15119196-
CMYK0.2100.500.25
HSL85.26º42.6%56.27%-
HSV(B)85.26º49.74%74.9%-
XYZ33.544.6917.93-
YUV168.2187.25115.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=34.47%
G=43.61%
B=21.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151191960.2100.500.2585.2642.656.27
Hex97BF601503219552b38
Octal22727714025062311255370
Binary10010111101111111100000101010110010110011010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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