#97BE69

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

Shades of Olivine #97BE69

Tints of Olivine #97BE69

Color information

#97BE69 (or 0x97BE69) is unknown color: approx Olivine. HEX triplet: 97, BE and 69. RGB value is (151,190,105). Sum of RGB (Red+Green+Blue) = 151+190+105=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BE69 is #684196. Grayscale: #A8A8A8. Windows color (decimal): -6832535 or 6930071. OLE color: 6930071.

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

Color convert

RGB151190105-
CMYK0.2100.450.25
HSL87.53º39.53%57.84%-
HSV(B)87.53º44.74%74.51%-
XYZ33.7344.4320.16-
YUV168.6592.08115.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=33.86%
G=42.60%
B=23.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511901050.2100.450.2587.5339.5357.84
Hex97BE691502D1958283a
Octal22727615125055311305072
Binary10010111101111101101001101010101101110011011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,105); }

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

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

 a { background-color: rgb(151,190,105); }

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

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

 span { border-color: rgb(151,190,105); }

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