Html Css Color HEX #95A05A Green Smoke

📋 copy color: '#95A05A'

red 149 ◦ green 160 ◦ blue 90

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

Shades of Green Smoke #95A05A

Tints of Green Smoke #95A05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 37.34%
G = 40.1%
B = 22.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#95A05A (or 0x95A05A) is known color: Green Smoke. HEX triplet: 95, A0 and 5A. RGB value is (149,160,90). Sum of RGB (Red+Green+Blue) = 149+160+90=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #95A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A05A is #6A5FA5. Grayscale: #959595. Windows color (decimal): -6971302 or 5939349. OLE color: 5939349.

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

Color convert

RGB 149 160 90 -
CMYK 0.07 0 0.44 0.37
HSL 69.43º 0.28% 0.49% -
HSV(B) 69.43º 0.44% 0.63% -
XYZ 26.81 32.27 14.49 -
YUV 148.73 94.86 128.19 -
System Red Green Blue C M Y K H S L
Decimal 149 160 90 0.07 0 0.44 0.37 69.43 0.28 0.49
Hex 95 A0 5A 7 0 2C 25 45 1C 31
Octal 225 240 132 7 0 54 45 105 34 61
Binary 10010101 10100000 1011010 111 0 101100 100101 1000101 11100 110001

Color Harmonies of #95A05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A05A

Black with #95A05A

Text Example


Text Example

White with #95A05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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