Html Css Color HEX #959690 Lemon Grass

📋 copy color: '#959690'

red 149 ◦ green 150 ◦ blue 144

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

Shades of Lemon Grass #959690

Tints of Lemon Grass #959690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.86%

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 33.63%
G = 33.86%
B = 32.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#959690 (or 0x959690) is known color: Lemon Grass. HEX triplet: 95, 96 and 90. RGB value is (149,150,144). Sum of RGB (Red+Green+Blue) = 149+150+144=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 150 - color contains mainly: green. Hex color #959690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959690 is #6A696F. Grayscale: #959595. Windows color (decimal): -6973808 or 9475733. OLE color: 9475733.

HSL color Cylindrical-coordinate representation of color #959690: hue angle of 70º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959690 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 150 144 -
CMYK 0.01 0 0.04 0.41
HSL 70º 0.03% 0.58% -
HSV(B) 70º 0.04% 0.59% -
XYZ 28.33 30.22 30.72 -
YUV 149.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 149 150 144 0.01 0 0.04 0.41 70 0.03 0.58
Hex 95 96 90 1 0 4 29 46 3 3A
Octal 225 226 220 1 0 4 51 106 3 72
Binary 10010101 10010110 10010000 1 0 100 101001 1000110 11 111010

Color Harmonies of #959690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959690

Black with #959690

Text Example


Text Example

White with #959690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959690; }

 p { color: rgb(149,150,144); }

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

background-color css

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

 a { background-color: rgb(149,150,144); }

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

border-color css

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

 span { border-color: rgb(149,150,144); }

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