Html Css Color HEX #969951 Green Smoke

📋 copy color: '#969951'

red 150 ◦ green 153 ◦ blue 81

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

Shades of Green Smoke #969951

Tints of Green Smoke #969951

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.84%

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

R = 39.06%
G = 39.84%
B = 21.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#969951 (or 0x969951) is known color: Green Smoke. HEX triplet: 96, 99 and 51. RGB value is (150,153,81). Sum of RGB (Red+Green+Blue) = 150+153+81=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #969951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969951 is #6966AE. Grayscale: #909090. Windows color (decimal): -6907567 or 5347734. OLE color: 5347734.

HSL color Cylindrical-coordinate representation of color #969951: hue angle of 62.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #969951 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 81 -
CMYK 0.02 0 0.47 0.4
HSL 62.5º 0.31% 0.46% -
HSV(B) 62.5º 0.47% 0.6% -
XYZ 25.45 29.86 12.21 -
YUV 143.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 150 153 81 0.02 0 0.47 0.4 62.5 0.31 0.46
Hex 96 99 51 2 0 2F 28 3F 1F 2E
Octal 226 231 121 2 0 57 50 77 37 56
Binary 10010110 10011001 1010001 10 0 101111 101000 111111 11111 101110

Color Harmonies of #969951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969951

Black with #969951

Text Example


Text Example

White with #969951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969951; }

 p { color: rgb(150,153,81); }

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

background-color css

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

 a { background-color: rgb(150,153,81); }

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

border-color css

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

 span { border-color: rgb(150,153,81); }

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