Html Css Color HEX #9FAB87 Norway

📋 copy color: '#9FAB87'

red 159 ◦ green 171 ◦ blue 135

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

Shades of Norway #9FAB87

Tints of Norway #9FAB87

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

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

R = 34.19%
G = 36.77%
B = 29.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#9FAB87 (or 0x9FAB87) is known color: Norway. HEX triplet: 9F, AB and 87. RGB value is (159,171,135). Sum of RGB (Red+Green+Blue) = 159+171+135=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB87 is #605478. Grayscale: #A3A3A3. Windows color (decimal): -6313081 or 8891295. OLE color: 8891295.

HSL color Cylindrical-coordinate representation of color #9FAB87: hue angle of 80º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FAB87 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 135 -
CMYK 0.07 0 0.21 0.33
HSL 80º 0.18% 0.6% -
HSV(B) 80º 0.21% 0.67% -
XYZ 33.23 38.25 28.55 -
YUV 163.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 159 171 135 0.07 0 0.21 0.33 80 0.18 0.6
Hex 9F AB 87 7 0 15 21 50 12 3C
Octal 237 253 207 7 0 25 41 120 22 74
Binary 10011111 10101011 10000111 111 0 10101 100001 1010000 10010 111100

Color Harmonies of #9FAB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB87

Black with #9FAB87

Text Example


Text Example

White with #9FAB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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