Html Css Color HEX #909955 Green Smoke

📋 copy color: '#909955'

red 144 ◦ green 153 ◦ blue 85

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

Shades of Green Smoke #909955

Tints of Green Smoke #909955

RGB

 RED value IS 144 (56.64% from 255) = 37.7%

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

 BLUE value IS 85 (33.59% from 255) = 22.25%

R = 37.7%
G = 40.05%
B = 22.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#909955 (or 0x909955) is known color: Green Smoke. HEX triplet: 90, 99 and 55. RGB value is (144,153,85). Sum of RGB (Red+Green+Blue) = 144+153+85=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #909955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909955 is #6F66AA. Grayscale: #8E8E8E. Windows color (decimal): -7300779 or 5609872. OLE color: 5609872.

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

Color convert

RGB 144 153 85 -
CMYK 0.06 0 0.44 0.4
HSL 67.94º 0.29% 0.47% -
HSV(B) 67.94º 0.44% 0.6% -
XYZ 24.53 29.37 12.97 -
YUV 142.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 144 153 85 0.06 0 0.44 0.4 67.94 0.29 0.47
Hex 90 99 55 6 0 2C 28 44 1D 2F
Octal 220 231 125 6 0 54 50 104 35 57
Binary 10010000 10011001 1010101 110 0 101100 101000 1000100 11101 101111

Color Harmonies of #909955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909955

Black with #909955

Text Example


Text Example

White with #909955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909955; }

 p { color: rgb(144,153,85); }

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

background-color css

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

 a { background-color: rgb(144,153,85); }

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

border-color css

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

 span { border-color: rgb(144,153,85); }

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