Html Css Color HEX #969F61 Green Smoke

📋 copy color: '#969F61'

red 150 ◦ green 159 ◦ blue 97

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

Shades of Green Smoke #969F61

Tints of Green Smoke #969F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 36.95%
G = 39.16%
B = 23.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#969F61 (or 0x969F61) is known color: Green Smoke. HEX triplet: 96, 9F and 61. RGB value is (150,159,97). Sum of RGB (Red+Green+Blue) = 150+159+97=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #969F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969F61 is #69609E. Grayscale: #959595. Windows color (decimal): -6906015 or 6397846. OLE color: 6397846.

HSL color Cylindrical-coordinate representation of color #969F61: hue angle of 68.71º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #969F61 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 159 97 -
CMYK 0.06 0 0.39 0.38
HSL 68.71º 0.24% 0.5% -
HSV(B) 68.71º 0.39% 0.62% -
XYZ 27.13 32.14 16.08 -
YUV 149.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 150 159 97 0.06 0 0.39 0.38 68.71 0.24 0.5
Hex 96 9F 61 6 0 27 26 45 18 32
Octal 226 237 141 6 0 47 46 105 30 62
Binary 10010110 10011111 1100001 110 0 100111 100110 1000101 11000 110010

Color Harmonies of #969F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969F61

Black with #969F61

Text Example


Text Example

White with #969F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969F61; }

 p { color: rgb(150,159,97); }

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

background-color css

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

 a { background-color: rgb(150,159,97); }

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

border-color css

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

 span { border-color: rgb(150,159,97); }

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