#97BB69

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

Shades of Olivine #97BB69

Tints of Olivine #97BB69

Color information

#97BB69 (or 0x97BB69) is unknown color: approx Olivine. HEX triplet: 97, BB and 69. RGB value is (151,187,105). Sum of RGB (Red+Green+Blue) = 151+187+105=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BB69 is #684496. Grayscale: #A7A7A7. Windows color (decimal): -6833303 or 6929303. OLE color: 6929303.

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

Color convert

RGB151187105-
CMYK0.1900.440.27
HSL86.34º37.61%57.25%-
HSV(B)86.34º43.85%73.33%-
XYZ33.0843.1419.95-
YUV166.8993.07116.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=34.09%
G=42.21%
B=23.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511871050.1900.440.2786.3437.6157.25
Hex97BB691302C1B562639
Octal22727315123054331264671
Binary10010111101110111101001100110101100110111010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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