Html Css Color HEX #9F9870 Gurkha

📋 copy color: '#9F9870'

red 159 ◦ green 152 ◦ blue 112

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

Shades of Gurkha #9F9870

Tints of Gurkha #9F9870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 37.59%
G = 35.93%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F9870 (or 0x9F9870) is known color: Gurkha. HEX triplet: 9F, 98 and 70. RGB value is (159,152,112). Sum of RGB (Red+Green+Blue) = 159+152+112=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9870 is #60678F. Grayscale: #959595. Windows color (decimal): -6317968 or 7379103. OLE color: 7379103.

HSL color Cylindrical-coordinate representation of color #9F9870: hue angle of 51.06º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9870 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 152 112 -
CMYK 0 0.04 0.30 0.38
HSL 51.06º 0.2% 0.53% -
HSV(B) 51.06º 0.3% 0.62% -
XYZ 28.45 31 19.81 -
YUV 149.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 159 152 112 0 0.04 0.30 0.38 51.06 0.2 0.53
Hex 9F 98 70 0 4 1E 26 33 14 35
Octal 237 230 160 0 4 36 46 63 24 65
Binary 10011111 10011000 1110000 0 100 11110 100110 110011 10100 110101

Color Harmonies of #9F9870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9870

Black with #9F9870

Text Example


Text Example

White with #9F9870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,152,112); }

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

background-color css

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

 a { background-color: rgb(159,152,112); }

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

border-color css

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

 span { border-color: rgb(159,152,112); }

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