Html Css Color HEX #979F55 Green Smoke

📋 copy color: '#979F55'

red 151 ◦ green 159 ◦ blue 85

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

Shades of Green Smoke #979F55

Tints of Green Smoke #979F55

RGB

 RED value IS 151 (59.38% from 255) = 38.23%

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

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

R = 38.23%
G = 40.25%
B = 21.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#979F55 (or 0x979F55) is known color: Green Smoke. HEX triplet: 97, 9F and 55. RGB value is (151,159,85). Sum of RGB (Red+Green+Blue) = 151+159+85=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #979F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F55 is #6860AA. Grayscale: #949494. Windows color (decimal): -6840491 or 5611415. OLE color: 5611415.

HSL color Cylindrical-coordinate representation of color #979F55: hue angle of 66.49º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #979F55 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 159 85 -
CMYK 0.05 0 0.47 0.38
HSL 66.49º 0.3% 0.48% -
HSV(B) 66.49º 0.47% 0.62% -
XYZ 26.8 32.03 13.36 -
YUV 148.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 151 159 85 0.05 0 0.47 0.38 66.49 0.3 0.48
Hex 97 9F 55 5 0 2F 26 42 1E 30
Octal 227 237 125 5 0 57 46 102 36 60
Binary 10010111 10011111 1010101 101 0 101111 100110 1000010 11110 110000

Color Harmonies of #979F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F55

Black with #979F55

Text Example


Text Example

White with #979F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979F55; }

 p { color: rgb(151,159,85); }

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

background-color css

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

 a { background-color: rgb(151,159,85); }

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

border-color css

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

 span { border-color: rgb(151,159,85); }

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