Html Css Color HEX #9FAF96 Norway

📋 copy color: '#9FAF96'

red 159 ◦ green 175 ◦ blue 150

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

Shades of Norway #9FAF96

Tints of Norway #9FAF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 32.85%
G = 36.16%
B = 30.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#9FAF96 (or 0x9FAF96) is known color: Norway. HEX triplet: 9F, AF and 96. RGB value is (159,175,150). Sum of RGB (Red+Green+Blue) = 159+175+150=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF96 is #605069. Grayscale: #A7A7A7. Windows color (decimal): -6312042 or 9875359. OLE color: 9875359.

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

Color convert

RGB 159 175 150 -
CMYK 0.09 0 0.14 0.31
HSL 98.4º 0.14% 0.64% -
HSV(B) 98.4º 0.14% 0.69% -
XYZ 35.13 40.23 34.77 -
YUV 167.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 159 175 150 0.09 0 0.14 0.31 98.4 0.14 0.64
Hex 9F AF 96 9 0 E 1F 62 E 40
Octal 237 257 226 11 0 16 37 142 16 100
Binary 10011111 10101111 10010110 1001 0 1110 11111 1100010 1110 1000000

Color Harmonies of #9FAF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF96

Black with #9FAF96

Text Example


Text Example

White with #9FAF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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