Html Css Color HEX #94A360 Green Smoke

📋 copy color: '#94A360'

red 148 ◦ green 163 ◦ blue 96

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

Shades of Green Smoke #94A360

Tints of Green Smoke #94A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 36.36%
G = 40.05%
B = 23.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#94A360 (or 0x94A360) is known color: Green Smoke. HEX triplet: 94, A3 and 60. RGB value is (148,163,96). Sum of RGB (Red+Green+Blue) = 148+163+96=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #94A360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A360 is #6B5C9F. Grayscale: #979797. Windows color (decimal): -7036064 or 6333332. OLE color: 6333332.

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

Color convert

RGB 148 163 96 -
CMYK 0.09 0 0.41 0.36
HSL 73.43º 0.27% 0.51% -
HSV(B) 73.43º 0.41% 0.64% -
XYZ 27.42 33.33 16.06 -
YUV 150.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 148 163 96 0.09 0 0.41 0.36 73.43 0.27 0.51
Hex 94 A3 60 9 0 29 24 49 1B 33
Octal 224 243 140 11 0 51 44 111 33 63
Binary 10010100 10100011 1100000 1001 0 101001 100100 1001001 11011 110011

Color Harmonies of #94A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A360

Black with #94A360

Text Example


Text Example

White with #94A360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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