#96AE69

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

Shades of Olivine #96AE69

Tints of Olivine #96AE69

Color information

#96AE69 (or 0x96AE69) is unknown color: approx Olivine. HEX triplet: 96, AE and 69. RGB value is (150,174,105). Sum of RGB (Red+Green+Blue) = 150+174+105=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AE69 is #695196. Grayscale: #9F9F9F. Windows color (decimal): -6902167 or 6925974. OLE color: 6925974.

HSL color Cylindrical-coordinate representation of color #96AE69: hue angle of 80.87º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96AE69 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB150174105-
CMYK0.1400.400.32
HSL80.87º29.87%54.71%-
HSV(B)80.87º39.66%68.24%-
XYZ30.2637.7819.06-
YUV158.9697.55121.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=34.97%
G=40.56%
B=24.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501741050.1400.400.3280.8729.8754.71
Hex96AE69E02820511e37
Octal22625615116050401213667
Binary1001011010101110110100111100101000100000101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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