#96BD69

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

Shades of Olivine #96BD69

Tints of Olivine #96BD69

Color information

#96BD69 (or 0x96BD69) is unknown color: approx Olivine. HEX triplet: 96, BD and 69. RGB value is (150,189,105). Sum of RGB (Red+Green+Blue) = 150+189+105=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BD69 is #694296. Grayscale: #A8A8A8. Windows color (decimal): -6898327 or 6929814. OLE color: 6929814.

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

Color convert

RGB150189105-
CMYK0.2100.440.26
HSL87.86º38.89%57.65%-
HSV(B)87.86º44.44%74.12%-
XYZ33.3343.920.08-
YUV167.7692.58115.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=33.78%
G=42.57%
B=23.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501891050.2100.440.2687.8638.8957.65
Hex96BD691502C1A58273a
Octal22627515125054321304772
Binary10010110101111011101001101010101100110101011000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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