#95A762

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

Shades of Green Smoke #95A762

Tints of Green Smoke #95A762

Color information

#95A762 (or 0x95A762) is unknown color: approx Green Smoke. HEX triplet: 95, A7 and 62. RGB value is (149,167,98). Sum of RGB (Red+Green+Blue) = 149+167+98=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #95A762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A762 is #6A589D. Grayscale: #9A9A9A. Windows color (decimal): -6969502 or 6465429. OLE color: 6465429.

HSL color Cylindrical-coordinate representation of color #95A762: hue angle of 75.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95A762 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB14916798-
CMYK0.1100.410.35
HSL75.65º28.16%51.96%-
HSV(B)75.65º41.32%65.49%-
XYZ28.4234.9116.8-
YUV153.7596.54124.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 167 (65.62% from 255) = 40.34%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=35.99%
G=40.34%
B=23.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149167980.1100.410.3575.6528.1651.96
Hex95A762B029234c1c34
Octal22524714213051431143464
Binary1001010110100111110001010110101001100011100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,167,98); }

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

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

 a { background-color: rgb(149,167,98); }

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

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

 span { border-color: rgb(149,167,98); }

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