#96BF69

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

Shades of Olivine #96BF69

Tints of Olivine #96BF69

Color information

#96BF69 (or 0x96BF69) is unknown color: approx Olivine. HEX triplet: 96, BF and 69. RGB value is (150,191,105). Sum of RGB (Red+Green+Blue) = 150+191+105=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF69 is #694096. Grayscale: #A9A9A9. Windows color (decimal): -6897815 or 6930326. OLE color: 6930326.

HSL color Cylindrical-coordinate representation of color #96BF69: hue angle of 88.6º 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 #96BF69 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB150191105-
CMYK0.2100.450.25
HSL88.6º40.19%58.04%-
HSV(B)88.6º45.03%74.9%-
XYZ33.7644.7720.23-
YUV168.9491.92114.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=33.63%
G=42.83%
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
Decimal1501911050.2100.450.2588.640.1958.04
Hex96BF691502D1959283a
Octal22627715125055311315072
Binary10010110101111111101001101010101101110011011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BF69; }

 p { color: rgb(150,191,105); }

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

<style>
 a { background-color: #96BF69; }

 a { background-color: rgb(150,191,105); }

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

<style>
 span { border-color: #96BF69; }

 span { border-color: rgb(150,191,105); }

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