#96BE69

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

Shades of Olivine #96BE69

Tints of Olivine #96BE69

Color information

#96BE69 (or 0x96BE69) is unknown color: approx Olivine. HEX triplet: 96, BE and 69. RGB value is (150,190,105). Sum of RGB (Red+Green+Blue) = 150+190+105=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE69 is #694196. Grayscale: #A8A8A8. Windows color (decimal): -6898071 or 6930070. OLE color: 6930070.

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

Color convert

RGB150190105-
CMYK0.2100.450.25
HSL88.24º39.53%57.84%-
HSV(B)88.24º44.74%74.51%-
XYZ33.5444.3320.15-
YUV168.3592.25114.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=33.71%
G=42.70%
B=23.60%

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
Decimal1501901050.2100.450.2588.2439.5357.84
Hex96BE691502D1958283a
Octal22627615125055311305072
Binary10010110101111101101001101010101101110011011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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