Html Css Color HEX #919950 Green Smoke

📋 copy color: '#919950'

red 145 ◦ green 153 ◦ blue 80

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

Shades of Green Smoke #919950

Tints of Green Smoke #919950

RGB

 RED value IS 145 (57.03% from 255) = 38.36%

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

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

R = 38.36%
G = 40.48%
B = 21.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#919950 (or 0x919950) is known color: Green Smoke. HEX triplet: 91, 99 and 50. RGB value is (145,153,80). Sum of RGB (Red+Green+Blue) = 145+153+80=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #919950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919950 is #6E66AF. Grayscale: #8E8E8E. Windows color (decimal): -7235248 or 5282193. OLE color: 5282193.

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

Color convert

RGB 145 153 80 -
CMYK 0.05 0 0.48 0.4
HSL 66.58º 0.31% 0.46% -
HSV(B) 66.58º 0.48% 0.6% -
XYZ 24.52 29.38 11.97 -
YUV 142.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 145 153 80 0.05 0 0.48 0.4 66.58 0.31 0.46
Hex 91 99 50 5 0 30 28 43 1F 2E
Octal 221 231 120 5 0 60 50 103 37 56
Binary 10010001 10011001 1010000 101 0 110000 101000 1000011 11111 101110

Color Harmonies of #919950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919950

Black with #919950

Text Example


Text Example

White with #919950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919950; }

 p { color: rgb(145,153,80); }

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

background-color css

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

 a { background-color: rgb(145,153,80); }

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

border-color css

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

 span { border-color: rgb(145,153,80); }

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