Html Css Color HEX #95A75F Green Smoke

📋 copy color: '#95A75F'

red 149 ◦ green 167 ◦ blue 95

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

Shades of Green Smoke #95A75F

Tints of Green Smoke #95A75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 36.25%
G = 40.63%
B = 23.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#95A75F (or 0x95A75F) is known color: Green Smoke. HEX triplet: 95, A7 and 5F. RGB value is (149,167,95). Sum of RGB (Red+Green+Blue) = 149+167+95=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #95A75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A75F is #6A58A0. Grayscale: #999999. Windows color (decimal): -6969505 or 6268821. OLE color: 6268821.

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

Color convert

RGB 149 167 95 -
CMYK 0.11 0 0.43 0.35
HSL 75º 0.29% 0.51% -
HSV(B) 75º 0.43% 0.65% -
XYZ 28.28 34.85 16.06 -
YUV 153.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 149 167 95 0.11 0 0.43 0.35 75 0.29 0.51
Hex 95 A7 5F B 0 2B 23 4B 1D 33
Octal 225 247 137 13 0 53 43 113 35 63
Binary 10010101 10100111 1011111 1011 0 101011 100011 1001011 11101 110011

Color Harmonies of #95A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A75F

Black with #95A75F

Text Example


Text Example

White with #95A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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