Html Css Color HEX #94A56A Green Smoke

📋 copy color: '#94A56A'

red 148 ◦ green 165 ◦ blue 106

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

Shades of Green Smoke #94A56A

Tints of Green Smoke #94A56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 35.32%
G = 39.38%
B = 25.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#94A56A (or 0x94A56A) is known color: Green Smoke. HEX triplet: 94, A5 and 6A. RGB value is (148,165,106). Sum of RGB (Red+Green+Blue) = 148+165+106=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #94A56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A56A is #6B5A95. Grayscale: #999999. Windows color (decimal): -7035542 or 6989204. OLE color: 6989204.

HSL color Cylindrical-coordinate representation of color #94A56A: hue angle of 77.29º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94A56A is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 165 106 -
CMYK 0.10 0 0.36 0.35
HSL 77.29º 0.25% 0.53% -
HSV(B) 77.29º 0.36% 0.65% -
XYZ 28.27 34.25 18.76 -
YUV 153.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 148 165 106 0.10 0 0.36 0.35 77.29 0.25 0.53
Hex 94 A5 6A A 0 24 23 4D 19 35
Octal 224 245 152 12 0 44 43 115 31 65
Binary 10010100 10100101 1101010 1010 0 100100 100011 1001101 11001 110101

Color Harmonies of #94A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A56A

Black with #94A56A

Text Example


Text Example

White with #94A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,165,106); }

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

background-color css

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

 a { background-color: rgb(148,165,106); }

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

border-color css

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

 span { border-color: rgb(148,165,106); }

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