Html Css Color HEX #95A96B Green Smoke

📋 copy color: '#95A96B'

red 149 ◦ green 169 ◦ blue 107

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

Shades of Green Smoke #95A96B

Tints of Green Smoke #95A96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 35.06%
G = 39.76%
B = 25.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#95A96B (or 0x95A96B) is known color: Green Smoke. HEX triplet: 95, A9 and 6B. RGB value is (149,169,107). Sum of RGB (Red+Green+Blue) = 149+169+107=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #95A96B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A96B is #6A5694. Grayscale: #9C9C9C. Windows color (decimal): -6968981 or 7055765. OLE color: 7055765.

HSL color Cylindrical-coordinate representation of color #95A96B: hue angle of 79.35º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95A96B is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 169 107 -
CMYK 0.12 0 0.37 0.34
HSL 79.35º 0.26% 0.54% -
HSV(B) 79.35º 0.37% 0.66% -
XYZ 29.24 35.83 19.28 -
YUV 155.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 149 169 107 0.12 0 0.37 0.34 79.35 0.26 0.54
Hex 95 A9 6B C 0 25 22 4F 1A 36
Octal 225 251 153 14 0 45 42 117 32 66
Binary 10010101 10101001 1101011 1100 0 100101 100010 1001111 11010 110110

Color Harmonies of #95A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A96B

Black with #95A96B

Text Example


Text Example

White with #95A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,169,107); }

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

background-color css

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

 a { background-color: rgb(149,169,107); }

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

border-color css

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

 span { border-color: rgb(149,169,107); }

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