Html Css Color HEX #979F53 Green Smoke

📋 copy color: '#979F53'

red 151 ◦ green 159 ◦ blue 83

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

Shades of Green Smoke #979F53

Tints of Green Smoke #979F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.12%

R = 38.42%
G = 40.46%
B = 21.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#979F53 (or 0x979F53) is known color: Green Smoke. HEX triplet: 97, 9F and 53. RGB value is (151,159,83). Sum of RGB (Red+Green+Blue) = 151+159+83=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #979F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F53 is #6860AC. Grayscale: #949494. Windows color (decimal): -6840493 or 5480343. OLE color: 5480343.

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

Color convert

RGB 151 159 83 -
CMYK 0.05 0 0.48 0.38
HSL 66.32º 0.31% 0.47% -
HSV(B) 66.32º 0.48% 0.62% -
XYZ 26.72 32 12.95 -
YUV 147.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 151 159 83 0.05 0 0.48 0.38 66.32 0.31 0.47
Hex 97 9F 53 5 0 30 26 42 1F 2F
Octal 227 237 123 5 0 60 46 102 37 57
Binary 10010111 10011111 1010011 101 0 110000 100110 1000010 11111 101111

Color Harmonies of #979F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F53

Black with #979F53

Text Example


Text Example

White with #979F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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