Html Css Color HEX #9FA387 Locust

📋 copy color: '#9FA387'

red 159 ◦ green 163 ◦ blue 135

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

Shades of Locust #9FA387

Tints of Locust #9FA387

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.67%

 BLUE value IS 135 (53.13% from 255) = 29.54%

R = 34.79%
G = 35.67%
B = 29.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#9FA387 (or 0x9FA387) is known color: Locust. HEX triplet: 9F, A3 and 87. RGB value is (159,163,135). Sum of RGB (Red+Green+Blue) = 159+163+135=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA387 is #605C78. Grayscale: #9E9E9E. Windows color (decimal): -6315129 or 8889247. OLE color: 8889247.

HSL color Cylindrical-coordinate representation of color #9FA387: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FA387 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 163 135 -
CMYK 0.02 0 0.17 0.36
HSL 68.57º 0.13% 0.58% -
HSV(B) 68.57º 0.17% 0.64% -
XYZ 31.77 35.31 28.06 -
YUV 158.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 159 163 135 0.02 0 0.17 0.36 68.57 0.13 0.58
Hex 9F A3 87 2 0 11 24 45 D 3A
Octal 237 243 207 2 0 21 44 105 15 72
Binary 10011111 10100011 10000111 10 0 10001 100100 1000101 1101 111010

Color Harmonies of #9FA387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA387

Black with #9FA387

Text Example


Text Example

White with #9FA387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,163,135); }

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

background-color css

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

 a { background-color: rgb(159,163,135); }

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

border-color css

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

 span { border-color: rgb(159,163,135); }

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