#95AE69

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

Shades of Olivine #95AE69

Tints of Olivine #95AE69

Color information

#95AE69 (or 0x95AE69) is unknown color: approx Olivine. HEX triplet: 95, AE and 69. RGB value is (149,174,105). Sum of RGB (Red+Green+Blue) = 149+174+105=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AE69 is #6A5196. Grayscale: #9E9E9E. Windows color (decimal): -6967703 or 6925973. OLE color: 6925973.

HSL color Cylindrical-coordinate representation of color #95AE69: hue angle of 81.74º 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 #95AE69 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB149174105-
CMYK0.1400.400.32
HSL81.74º29.87%54.71%-
HSV(B)81.74º39.66%68.24%-
XYZ30.0837.6819.05-
YUV158.6697.72121.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=34.81%
G=40.65%
B=24.53%

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
Decimal1491741050.1400.400.3281.7429.8754.71
Hex95AE69E02820521e37
Octal22525615116050401223667
Binary1001010110101110110100111100101000100000101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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