Html Css Color HEX #94A064 Green Smoke

📋 copy color: '#94A064'

red 148 ◦ green 160 ◦ blue 100

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

Shades of Green Smoke #94A064

Tints of Green Smoke #94A064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 36.27%
G = 39.22%
B = 24.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#94A064 (or 0x94A064) is known color: Green Smoke. HEX triplet: 94, A0 and 64. RGB value is (148,160,100). Sum of RGB (Red+Green+Blue) = 148+160+100=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #94A064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A064 is #6B5F9B. Grayscale: #959595. Windows color (decimal): -7036828 or 6594708. OLE color: 6594708.

HSL color Cylindrical-coordinate representation of color #94A064: hue angle of 72º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A064 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 100 -
CMYK 0.07 0 0.38 0.37
HSL 72º 0.24% 0.51% -
HSV(B) 72º 0.38% 0.63% -
XYZ 27.08 32.36 16.87 -
YUV 149.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 148 160 100 0.07 0 0.38 0.37 72 0.24 0.51
Hex 94 A0 64 7 0 26 25 48 18 33
Octal 224 240 144 7 0 46 45 110 30 63
Binary 10010100 10100000 1100100 111 0 100110 100101 1001000 11000 110011

Color Harmonies of #94A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A064

Black with #94A064

Text Example


Text Example

White with #94A064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,160,100); }

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

background-color css

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

 a { background-color: rgb(148,160,100); }

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

border-color css

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

 span { border-color: rgb(148,160,100); }

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