#95AC6C

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

Shades of Olivine #95AC6C

Tints of Olivine #95AC6C

Color information

#95AC6C (or 0x95AC6C) is unknown color: approx Olivine. HEX triplet: 95, AC and 6C. RGB value is (149,172,108). Sum of RGB (Red+Green+Blue) = 149+172+108=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AC6C is #6A5393. Grayscale: #9E9E9E. Windows color (decimal): -6968212 or 7122069. OLE color: 7122069.

HSL color Cylindrical-coordinate representation of color #95AC6C: hue angle of 81.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95AC6C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB149172108-
CMYK0.1300.370.33
HSL81.56º27.83%54.9%-
HSV(B)81.56º37.21%67.45%-
XYZ29.8536.9819.75-
YUV157.8399.88121.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=34.73%
G=40.09%
B=25.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721080.1300.370.3381.5627.8354.9
Hex95AC6CD02521521c37
Octal22525415415045411223467
Binary1001010110101100110110011010100101100001101001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,108); }

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

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

 a { background-color: rgb(149,172,108); }

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

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

 span { border-color: rgb(149,172,108); }

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