Html Css Color HEX #94A75F Green Smoke

📋 copy color: '#94A75F'

red 148 ◦ green 167 ◦ blue 95

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

Shades of Green Smoke #94A75F

Tints of Green Smoke #94A75F

RGB

 RED value IS 148 (58.2% from 255) = 36.1%

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

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

R = 36.1%
G = 40.73%
B = 23.17%

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

#94A75F (or 0x94A75F) is known color: Green Smoke. HEX triplet: 94, A7 and 5F. RGB value is (148,167,95). Sum of RGB (Red+Green+Blue) = 148+167+95=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #94A75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A75F is #6B58A0. Grayscale: #999999. Windows color (decimal): -7035041 or 6268820. OLE color: 6268820.

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

Color convert

RGB 148 167 95 -
CMYK 0.11 0 0.43 0.35
HSL 75.83º 0.29% 0.51% -
HSV(B) 75.83º 0.43% 0.65% -
XYZ 28.1 34.76 16.05 -
YUV 153.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 148 167 95 0.11 0 0.43 0.35 75.83 0.29 0.51
Hex 94 A7 5F B 0 2B 23 4C 1D 33
Octal 224 247 137 13 0 53 43 114 35 63
Binary 10010100 10100111 1011111 1011 0 101011 100011 1001100 11101 110011

Color Harmonies of #94A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A75F

Black with #94A75F

Text Example


Text Example

White with #94A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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