Html Css Color HEX #95A063 Green Smoke

📋 copy color: '#95A063'

red 149 ◦ green 160 ◦ blue 99

#95A063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #95A063

Tints of Green Smoke #95A063

RGB

 RED value IS 149 (58.59% from 255) = 36.52%

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 99 (39.06% from 255) = 24.26%

R = 36.52%
G = 39.22%
B = 24.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#95A063 (or 0x95A063) is known color: Green Smoke. HEX triplet: 95, A0 and 63. RGB value is (149,160,99). Sum of RGB (Red+Green+Blue) = 149+160+99=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #95A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A063 is #6A5F9C. Grayscale: #959595. Windows color (decimal): -6971293 or 6529173. OLE color: 6529173.

HSL color Cylindrical-coordinate representation of color #95A063: hue angle of 70.82º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95A063 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 160 99 -
CMYK 0.07 0 0.38 0.37
HSL 70.82º 0.24% 0.51% -
HSV(B) 70.82º 0.38% 0.63% -
XYZ 27.22 32.43 16.63 -
YUV 149.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 149 160 99 0.07 0 0.38 0.37 70.82 0.24 0.51
Hex 95 A0 63 7 0 26 25 47 18 33
Octal 225 240 143 7 0 46 45 107 30 63
Binary 10010101 10100000 1100011 111 0 100110 100101 1000111 11000 110011

Color Harmonies of #95A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A063

Black with #95A063

Text Example


Text Example

White with #95A063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,160,99); }

 H1.HeaderClassName
 {
   color: #95A063;
 }
 .AnyTagClassName
 {
   color: #95A063;
 }
</style>

background-color css

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

 a { background-color: rgb(149,160,99); }

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

border-color css

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

 span { border-color: rgb(149,160,99); }

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