#94A36B

Color #94A36B Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #94A36B

Tints of Green Smoke #94A36B

Color information

#94A36B (or 0x94A36B) is unknown color: approx Green Smoke. HEX triplet: 94, A3 and 6B. RGB value is (148,163,107). Sum of RGB (Red+Green+Blue) = 148+163+107=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #94A36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A36B is #6B5C94. Grayscale: #989898. Windows color (decimal): -7036053 or 7054228. OLE color: 7054228.

HSL color Cylindrical-coordinate representation of color #94A36B: hue angle of 76.07º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94A36B is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB148163107-
CMYK0.0900.340.36
HSL76.07º23.33%52.94%-
HSV(B)76.07º34.36%63.92%-
XYZ27.9633.5518.91-
YUV152.13102.53125.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=35.41%
G=39.00%
B=25.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631070.0900.340.3676.0723.3352.94
Hex94A36B9022244c1735
Octal22424315311042441142765
Binary1001010010100011110101110010100010100100100110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,163,107); }

 H1.HeaderClassName
 {
   color: #94A36B;
 }
 .AnyTagClassName
 {
   color: #94A36B;
 }
</style>
background-color css

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

 a { background-color: rgb(148,163,107); }

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

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

 span { border-color: rgb(148,163,107); }

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