Html Css Color HEX #96A068 Green Smoke

📋 copy color: '#96A068'

red 150 ◦ green 160 ◦ blue 104

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

Shades of Green Smoke #96A068

Tints of Green Smoke #96A068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.12%

R = 36.23%
G = 38.65%
B = 25.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#96A068 (or 0x96A068) is known color: Green Smoke. HEX triplet: 96, A0 and 68. RGB value is (150,160,104). Sum of RGB (Red+Green+Blue) = 150+160+104=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #96A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A068 is #695F97. Grayscale: #969696. Windows color (decimal): -6905752 or 6856854. OLE color: 6856854.

HSL color Cylindrical-coordinate representation of color #96A068: hue angle of 70.71º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96A068 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 104 -
CMYK 0.06 0 0.35 0.37
HSL 70.71º 0.23% 0.52% -
HSV(B) 70.71º 0.35% 0.63% -
XYZ 27.65 32.63 17.94 -
YUV 150.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 150 160 104 0.06 0 0.35 0.37 70.71 0.23 0.52
Hex 96 A0 68 6 0 23 25 47 17 34
Octal 226 240 150 6 0 43 45 107 27 64
Binary 10010110 10100000 1101000 110 0 100011 100101 1000111 10111 110100

Color Harmonies of #96A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A068

Black with #96A068

Text Example


Text Example

White with #96A068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,160,104); }

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

background-color css

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

 a { background-color: rgb(150,160,104); }

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

border-color css

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

 span { border-color: rgb(150,160,104); }

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