Html Css Color HEX #9EA75F Green Smoke

📋 copy color: '#9EA75F'

red 158 ◦ green 167 ◦ blue 95

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

Shades of Green Smoke #9EA75F

Tints of Green Smoke #9EA75F

RGB

 RED value IS 158 (62.11% from 255) = 37.62%

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

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

R = 37.62%
G = 39.76%
B = 22.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#9EA75F (or 0x9EA75F) is known color: Green Smoke. HEX triplet: 9E, A7 and 5F. RGB value is (158,167,95). Sum of RGB (Red+Green+Blue) = 158+167+95=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA75F is #6158A0. Grayscale: #9C9C9C. Windows color (decimal): -6379681 or 6268830. OLE color: 6268830.

HSL color Cylindrical-coordinate representation of color #9EA75F: hue angle of 67.5º 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 #9EA75F is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 167 95 -
CMYK 0.05 0 0.43 0.35
HSL 67.5º 0.29% 0.51% -
HSV(B) 67.5º 0.43% 0.65% -
XYZ 29.98 35.73 16.14 -
YUV 156.1 93.52 129.35 -
System Red Green Blue C M Y K H S L
Decimal 158 167 95 0.05 0 0.43 0.35 67.5 0.29 0.51
Hex 9E A7 5F 5 0 2B 23 44 1D 33
Octal 236 247 137 5 0 53 43 104 35 63
Binary 10011110 10100111 1011111 101 0 101011 100011 1000100 11101 110011

Color Harmonies of #9EA75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA75F

Black with #9EA75F

Text Example


Text Example

White with #9EA75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EA75F; }

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

 H1.HeaderClassName
 {
   color: #9EA75F;
 }
 .AnyTagClassName
 {
   color: #9EA75F;
 }
</style>

background-color css

<style>
 a { background-color: #9EA75F; }

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

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

border-color css

<style>
 span { border-color: #9EA75F; }

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

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