Html Css Color HEX #95AA6A Green Smoke

📋 copy color: '#95AA6A'

red 149 ◦ green 170 ◦ blue 106

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

Shades of Green Smoke #95AA6A

Tints of Green Smoke #95AA6A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40%

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 35.06%
G = 40%
B = 24.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#95AA6A (or 0x95AA6A) is known color: Green Smoke. HEX triplet: 95, AA and 6A. RGB value is (149,170,106). Sum of RGB (Red+Green+Blue) = 149+170+106=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AA6A is #6A5595. Grayscale: #9C9C9C. Windows color (decimal): -6968726 or 6990485. OLE color: 6990485.

HSL color Cylindrical-coordinate representation of color #95AA6A: hue angle of 79.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95AA6A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 170 106 -
CMYK 0.12 0 0.38 0.33
HSL 79.69º 0.27% 0.54% -
HSV(B) 79.69º 0.38% 0.67% -
XYZ 29.37 36.18 19.07 -
YUV 156.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 149 170 106 0.12 0 0.38 0.33 79.69 0.27 0.54
Hex 95 AA 6A C 0 26 21 50 1B 36
Octal 225 252 152 14 0 46 41 120 33 66
Binary 10010101 10101010 1101010 1100 0 100110 100001 1010000 11011 110110

Color Harmonies of #95AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AA6A

Black with #95AA6A

Text Example


Text Example

White with #95AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,170,106); }

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

background-color css

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

 a { background-color: rgb(149,170,106); }

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

border-color css

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

 span { border-color: rgb(149,170,106); }

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