#96CE69

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

Shades of Olivine #96CE69

Tints of Olivine #96CE69

Color information

#96CE69 (or 0x96CE69) is unknown color: approx Olivine. HEX triplet: 96, CE and 69. RGB value is (150,206,105). Sum of RGB (Red+Green+Blue) = 150+206+105=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE69 is #693196. Grayscale: #B2B2B2. Windows color (decimal): -6893975 or 6934166. OLE color: 6934166.

HSL color Cylindrical-coordinate representation of color #96CE69: hue angle of 93.27º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96CE69 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB150206105-
CMYK0.2700.490.19
HSL93.27º50.75%60.98%-
HSV(B)93.27º49.03%80.78%-
XYZ37.251.6521.37-
YUV177.7486.95108.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=32.54%
G=44.69%
B=22.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061050.2700.490.1993.2750.7560.98
Hex96CE691B031135d333d
Octal22631615133061231356375
Binary10010110110011101101001110110110001100111011101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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