#96BF6A

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

Shades of Olivine #96BF6A

Tints of Olivine #96BF6A

Color information

#96BF6A (or 0x96BF6A) is unknown color: approx Olivine. HEX triplet: 96, BF and 6A. RGB value is (150,191,106). Sum of RGB (Red+Green+Blue) = 150+191+106=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF6A is #694095. Grayscale: #A9A9A9. Windows color (decimal): -6897814 or 6995862. OLE color: 6995862.

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

Color convert

RGB150191106-
CMYK0.2100.450.25
HSL88.94º39.91%58.24%-
HSV(B)88.94º44.5%74.9%-
XYZ33.8144.7920.5-
YUV169.0592.42114.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=33.56%
G=42.73%
B=23.71%

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
Decimal1501911060.2100.450.2588.9439.9158.24
Hex96BF6A1502D1959283a
Octal22627715225055311315072
Binary10010110101111111101010101010101101110011011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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