Html Css Color HEX #95A547 Green Smoke

📋 copy color: '#95A547'

red 149 ◦ green 165 ◦ blue 71

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

Shades of Green Smoke #95A547

Tints of Green Smoke #95A547

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.86%

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 38.7%
G = 42.86%
B = 18.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#95A547 (or 0x95A547) is known color: Green Smoke. HEX triplet: 95, A5 and 47. RGB value is (149,165,71). Sum of RGB (Red+Green+Blue) = 149+165+71=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #95A547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A547 is #6A5AB8. Grayscale: #959595. Windows color (decimal): -6970041 or 4695445. OLE color: 4695445.

HSL color Cylindrical-coordinate representation of color #95A547: hue angle of 70.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95A547 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 165 71 -
CMYK 0.10 0 0.57 0.35
HSL 70.21º 0.4% 0.46% -
HSV(B) 70.21º 0.57% 0.65% -
XYZ 26.99 33.75 11.05 -
YUV 149.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 149 165 71 0.10 0 0.57 0.35 70.21 0.4 0.46
Hex 95 A5 47 A 0 39 23 46 28 2E
Octal 225 245 107 12 0 71 43 106 50 56
Binary 10010101 10100101 1000111 1010 0 111001 100011 1000110 101000 101110

Color Harmonies of #95A547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A547

Black with #95A547

Text Example


Text Example

White with #95A547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,165,71); }

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

background-color css

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

 a { background-color: rgb(149,165,71); }

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

border-color css

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

 span { border-color: rgb(149,165,71); }

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