Html Css Color HEX #959F51 Green Smoke

📋 copy color: '#959F51'

red 149 ◦ green 159 ◦ blue 81

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

Shades of Green Smoke #959F51

Tints of Green Smoke #959F51

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.87%

 BLUE value IS 81 (32.03% from 255) = 20.82%

R = 38.3%
G = 40.87%
B = 20.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#959F51 (or 0x959F51) is known color: Green Smoke. HEX triplet: 95, 9F and 51. RGB value is (149,159,81). Sum of RGB (Red+Green+Blue) = 149+159+81=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #959F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959F51 is #6A60AE. Grayscale: #939393. Windows color (decimal): -6971567 or 5349269. OLE color: 5349269.

HSL color Cylindrical-coordinate representation of color #959F51: hue angle of 67.69º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #959F51 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 81 -
CMYK 0.06 0 0.49 0.38
HSL 67.69º 0.33% 0.47% -
HSV(B) 67.69º 0.49% 0.62% -
XYZ 26.28 31.78 12.53 -
YUV 147.12 90.69 129.34 -
System Red Green Blue C M Y K H S L
Decimal 149 159 81 0.06 0 0.49 0.38 67.69 0.33 0.47
Hex 95 9F 51 6 0 31 26 44 20 2F
Octal 225 237 121 6 0 61 46 104 40 57
Binary 10010101 10011111 1010001 110 0 110001 100110 1000100 100000 101111

Color Harmonies of #959F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F51

Black with #959F51

Text Example


Text Example

White with #959F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959F51; }

 p { color: rgb(149,159,81); }

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

background-color css

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

 a { background-color: rgb(149,159,81); }

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

border-color css

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

 span { border-color: rgb(149,159,81); }

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