Html Css Color HEX #95AA62 Green Smoke

📋 copy color: '#95AA62'

red 149 ◦ green 170 ◦ blue 98

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

Shades of Green Smoke #95AA62

Tints of Green Smoke #95AA62

RGB

 RED value IS 149 (58.59% from 255) = 35.73%

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 35.73%
G = 40.77%
B = 23.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#95AA62 (or 0x95AA62) is known color: Green Smoke. HEX triplet: 95, AA and 62. RGB value is (149,170,98). Sum of RGB (Red+Green+Blue) = 149+170+98=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AA62 is #6A559D. Grayscale: #9B9B9B. Windows color (decimal): -6968734 or 6466197. OLE color: 6466197.

HSL color Cylindrical-coordinate representation of color #95AA62: hue angle of 77.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95AA62 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 170 98 -
CMYK 0.12 0 0.42 0.33
HSL 77.5º 0.3% 0.53% -
HSV(B) 77.5º 0.42% 0.67% -
XYZ 28.97 36.02 16.98 -
YUV 155.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 149 170 98 0.12 0 0.42 0.33 77.5 0.3 0.53
Hex 95 AA 62 C 0 2A 21 4E 1E 35
Octal 225 252 142 14 0 52 41 116 36 65
Binary 10010101 10101010 1100010 1100 0 101010 100001 1001110 11110 110101

Color Harmonies of #95AA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AA62

Black with #95AA62

Text Example


Text Example

White with #95AA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AA62; }

 p { color: rgb(149,170,98); }

 H1.HeaderClassName
 {
   color: #95AA62;
 }
 .AnyTagClassName
 {
   color: #95AA62;
 }
</style>

background-color css

<style>
 a { background-color: #95AA62; }

 a { background-color: rgb(149,170,98); }

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

border-color css

<style>
 span { border-color: #95AA62; }

 span { border-color: rgb(149,170,98); }

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