Html Css Color HEX #9F924F Husk

📋 copy color: '#9F924F'

red 159 ◦ green 146 ◦ blue 79

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

Shades of Husk #9F924F

Tints of Husk #9F924F

RGB

 RED value IS 159 (62.5% from 255) = 41.41%

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 41.41%
G = 38.02%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F924F (or 0x9F924F) is known color: Husk. HEX triplet: 9F, 92 and 4F. RGB value is (159,146,79). Sum of RGB (Red+Green+Blue) = 159+146+79=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F924F is #606DB0. Grayscale: #8E8E8E. Windows color (decimal): -6319537 or 5214879. OLE color: 5214879.

HSL color Cylindrical-coordinate representation of color #9F924F: hue angle of 50.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F924F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 146 79 -
CMYK 0 0.08 0.50 0.38
HSL 50.25º 0.34% 0.47% -
HSV(B) 50.25º 0.5% 0.62% -
XYZ 25.99 28.49 11.53 -
YUV 142.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 159 146 79 0 0.08 0.50 0.38 50.25 0.34 0.47
Hex 9F 92 4F 0 8 32 26 32 22 2F
Octal 237 222 117 0 10 62 46 62 42 57
Binary 10011111 10010010 1001111 0 1000 110010 100110 110010 100010 101111

Color Harmonies of #9F924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F924F

Black with #9F924F

Text Example


Text Example

White with #9F924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F924F; }

 p { color: rgb(159,146,79); }

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

background-color css

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

 a { background-color: rgb(159,146,79); }

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

border-color css

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

 span { border-color: rgb(159,146,79); }

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