Html Css Color HEX #9FA17B Locust

📋 copy color: '#9FA17B'

red 159 ◦ green 161 ◦ blue 123

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

Shades of Locust #9FA17B

Tints of Locust #9FA17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 35.89%
G = 36.34%
B = 27.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#9FA17B (or 0x9FA17B) is known color: Locust. HEX triplet: 9F, A1 and 7B. RGB value is (159,161,123). Sum of RGB (Red+Green+Blue) = 159+161+123=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA17B is #605E84. Grayscale: #9C9C9C. Windows color (decimal): -6315653 or 8102303. OLE color: 8102303.

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

Color convert

RGB 159 161 123 -
CMYK 0.01 0 0.24 0.37
HSL 63.16º 0.17% 0.56% -
HSV(B) 63.16º 0.24% 0.63% -
XYZ 30.62 34.29 23.74 -
YUV 156.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 159 161 123 0.01 0 0.24 0.37 63.16 0.17 0.56
Hex 9F A1 7B 1 0 18 25 3F 11 38
Octal 237 241 173 1 0 30 45 77 21 70
Binary 10011111 10100001 1111011 1 0 11000 100101 111111 10001 111000

Color Harmonies of #9FA17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA17B

Black with #9FA17B

Text Example


Text Example

White with #9FA17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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