Html Css Color HEX #95A766 Green Smoke

📋 copy color: '#95A766'

red 149 ◦ green 167 ◦ blue 102

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

Shades of Green Smoke #95A766

Tints of Green Smoke #95A766

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.95%

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 35.65%
G = 39.95%
B = 24.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#95A766 (or 0x95A766) is known color: Green Smoke. HEX triplet: 95, A7 and 66. RGB value is (149,167,102). Sum of RGB (Red+Green+Blue) = 149+167+102=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 167 - color contains mainly: green. Hex color #95A766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A766 is #6A5899. Grayscale: #9A9A9A. Windows color (decimal): -6969498 or 6727573. OLE color: 6727573.

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

Color convert

RGB 149 167 102 -
CMYK 0.11 0 0.39 0.35
HSL 76.62º 0.27% 0.53% -
HSV(B) 76.62º 0.39% 0.65% -
XYZ 28.61 34.99 17.82 -
YUV 154.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 149 167 102 0.11 0 0.39 0.35 76.62 0.27 0.53
Hex 95 A7 66 B 0 27 23 4D 1B 35
Octal 225 247 146 13 0 47 43 115 33 65
Binary 10010101 10100111 1100110 1011 0 100111 100011 1001101 11011 110101

Color Harmonies of #95A766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A766

Black with #95A766

Text Example


Text Example

White with #95A766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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