Html Css Color HEX #95A75E Green Smoke

📋 copy color: '#95A75E'

red 149 ◦ green 167 ◦ blue 94

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

Shades of Green Smoke #95A75E

Tints of Green Smoke #95A75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.93%

R = 36.34%
G = 40.73%
B = 22.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#95A75E (or 0x95A75E) is known color: Green Smoke. HEX triplet: 95, A7 and 5E. RGB value is (149,167,94). Sum of RGB (Red+Green+Blue) = 149+167+94=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #95A75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A75E is #6A58A1. Grayscale: #999999. Windows color (decimal): -6969506 or 6203285. OLE color: 6203285.

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

Color convert

RGB 149 167 94 -
CMYK 0.11 0 0.44 0.35
HSL 74.79º 0.29% 0.51% -
HSV(B) 74.79º 0.44% 0.65% -
XYZ 28.23 34.84 15.83 -
YUV 153.3 94.54 124.94 -
System Red Green Blue C M Y K H S L
Decimal 149 167 94 0.11 0 0.44 0.35 74.79 0.29 0.51
Hex 95 A7 5E B 0 2C 23 4B 1D 33
Octal 225 247 136 13 0 54 43 113 35 63
Binary 10010101 10100111 1011110 1011 0 101100 100011 1001011 11101 110011

Color Harmonies of #95A75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A75E

Black with #95A75E

Text Example


Text Example

White with #95A75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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