#96CF69

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

Shades of Olivine #96CF69

Tints of Olivine #96CF69

Color information

#96CF69 (or 0x96CF69) is unknown color: approx Olivine. HEX triplet: 96, CF and 69. RGB value is (150,207,105). Sum of RGB (Red+Green+Blue) = 150+207+105=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF69 is #693096. Grayscale: #B2B2B2. Windows color (decimal): -6893719 or 6934422. OLE color: 6934422.

HSL color Cylindrical-coordinate representation of color #96CF69: hue angle of 93.53º degrees, saturation: 0.52, 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 #96CF69 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB150207105-
CMYK0.2800.490.19
HSL93.53º51.52%61.18%-
HSV(B)93.53º49.28%81.18%-
XYZ37.4452.1321.45-
YUV178.3386.62107.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 207 (81.25% from 255) = 44.81%
BLUE value IS 105 (41.41% from 255) = 22.73%
R=32.47%
G=44.81%
B=22.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502071050.2800.490.1993.5351.5261.18
Hex96CF691C031135e343d
Octal22631715134061231366475
Binary10010110110011111101001111000110001100111011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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