Html Css Color HEX #969C50 Green Smoke

📋 copy color: '#969C50'

red 150 ◦ green 156 ◦ blue 80

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

Shades of Green Smoke #969C50

Tints of Green Smoke #969C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.41%

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 38.86%
G = 40.41%
B = 20.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#969C50 (or 0x969C50) is known color: Green Smoke. HEX triplet: 96, 9C and 50. RGB value is (150,156,80). Sum of RGB (Red+Green+Blue) = 150+156+80=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #969C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C50 is #6963AF. Grayscale: #919191. Windows color (decimal): -6906800 or 5282966. OLE color: 5282966.

HSL color Cylindrical-coordinate representation of color #969C50: hue angle of 64.74º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #969C50 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 156 80 -
CMYK 0.04 0 0.49 0.39
HSL 64.74º 0.32% 0.46% -
HSV(B) 64.74º 0.49% 0.61% -
XYZ 25.91 30.84 12.18 -
YUV 145.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 150 156 80 0.04 0 0.49 0.39 64.74 0.32 0.46
Hex 96 9C 50 4 0 31 27 41 20 2E
Octal 226 234 120 4 0 61 47 101 40 56
Binary 10010110 10011100 1010000 100 0 110001 100111 1000001 100000 101110

Color Harmonies of #969C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C50

Black with #969C50

Text Example


Text Example

White with #969C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,156,80); }

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

background-color css

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

 a { background-color: rgb(150,156,80); }

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

border-color css

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

 span { border-color: rgb(150,156,80); }

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