Html Css Color HEX #9FA17C Locust

📋 copy color: '#9FA17C'

red 159 ◦ green 161 ◦ blue 124

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

Shades of Locust #9FA17C

Tints of Locust #9FA17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.26%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 35.81%
G = 36.26%
B = 27.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#9FA17C (or 0x9FA17C) is known color: Locust. HEX triplet: 9F, A1 and 7C. RGB value is (159,161,124). Sum of RGB (Red+Green+Blue) = 159+161+124=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA17C is #605E83. Grayscale: #9C9C9C. Windows color (decimal): -6315652 or 8167839. OLE color: 8167839.

HSL color Cylindrical-coordinate representation of color #9FA17C: hue angle of 63.24º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FA17C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 161 124 -
CMYK 0.01 0 0.23 0.37
HSL 63.24º 0.16% 0.56% -
HSV(B) 63.24º 0.23% 0.63% -
XYZ 30.68 34.32 24.08 -
YUV 156.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 159 161 124 0.01 0 0.23 0.37 63.24 0.16 0.56
Hex 9F A1 7C 1 0 17 25 3F 10 38
Octal 237 241 174 1 0 27 45 77 20 70
Binary 10011111 10100001 1111100 1 0 10111 100101 111111 10000 111000

Color Harmonies of #9FA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA17C

Black with #9FA17C

Text Example


Text Example

White with #9FA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,161,124); }

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

background-color css

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

 a { background-color: rgb(159,161,124); }

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

border-color css

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

 span { border-color: rgb(159,161,124); }

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