Html Css Color HEX #96A360 Green Smoke

📋 copy color: '#96A360'

red 150 ◦ green 163 ◦ blue 96

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

Shades of Green Smoke #96A360

Tints of Green Smoke #96A360

RGB

 RED value IS 150 (58.98% from 255) = 36.67%

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

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

R = 36.67%
G = 39.85%
B = 23.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#96A360 (or 0x96A360) is known color: Green Smoke. HEX triplet: 96, A3 and 60. RGB value is (150,163,96). Sum of RGB (Red+Green+Blue) = 150+163+96=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #96A360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A360 is #695C9F. Grayscale: #979797. Windows color (decimal): -6904992 or 6333334. OLE color: 6333334.

HSL color Cylindrical-coordinate representation of color #96A360: hue angle of 71.64º 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 #96A360 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 96 -
CMYK 0.08 0 0.41 0.36
HSL 71.64º 0.27% 0.51% -
HSV(B) 71.64º 0.41% 0.64% -
XYZ 27.79 33.52 16.07 -
YUV 151.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 150 163 96 0.08 0 0.41 0.36 71.64 0.27 0.51
Hex 96 A3 60 8 0 29 24 48 1B 33
Octal 226 243 140 10 0 51 44 110 33 63
Binary 10010110 10100011 1100000 1000 0 101001 100100 1001000 11011 110011

Color Harmonies of #96A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A360

Black with #96A360

Text Example


Text Example

White with #96A360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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