Html Css Color HEX #9FAF87 Norway

📋 copy color: '#9FAF87'

red 159 ◦ green 175 ◦ blue 135

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

Shades of Norway #9FAF87

Tints of Norway #9FAF87

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.31%

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

R = 33.9%
G = 37.31%
B = 28.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#9FAF87 (or 0x9FAF87) is known color: Norway. HEX triplet: 9F, AF and 87. RGB value is (159,175,135). Sum of RGB (Red+Green+Blue) = 159+175+135=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF87 is #605078. Grayscale: #A5A5A5. Windows color (decimal): -6312057 or 8892319. OLE color: 8892319.

HSL color Cylindrical-coordinate representation of color #9FAF87: hue angle of 84º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FAF87 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 135 -
CMYK 0.09 0 0.23 0.31
HSL 84º 0.2% 0.61% -
HSV(B) 84º 0.23% 0.69% -
XYZ 34 39.78 28.81 -
YUV 165.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 159 175 135 0.09 0 0.23 0.31 84 0.2 0.61
Hex 9F AF 87 9 0 17 1F 54 14 3D
Octal 237 257 207 11 0 27 37 124 24 75
Binary 10011111 10101111 10000111 1001 0 10111 11111 1010100 10100 111101

Color Harmonies of #9FAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF87

Black with #9FAF87

Text Example


Text Example

White with #9FAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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