#96BE6B

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

Shades of Olivine #96BE6B

Tints of Olivine #96BE6B

Color information

#96BE6B (or 0x96BE6B) is unknown color: approx Olivine. HEX triplet: 96, BE and 6B. RGB value is (150,190,107). Sum of RGB (Red+Green+Blue) = 150+190+107=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE6B is #694194. Grayscale: #A8A8A8. Windows color (decimal): -6898069 or 7061142. OLE color: 7061142.

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

Color convert

RGB150190107-
CMYK0.2100.440.25
HSL88.92º38.97%58.24%-
HSV(B)88.92º43.68%74.51%-
XYZ33.6444.3720.7-
YUV168.5893.25114.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=33.56%
G=42.51%
B=23.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901070.2100.440.2588.9238.9758.24
Hex96BE6B1502C1959273a
Octal22627615325054311314772
Binary10010110101111101101011101010101100110011011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,107); }

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

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

 a { background-color: rgb(150,190,107); }

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

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

 span { border-color: rgb(150,190,107); }

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