Html Css Color HEX #9FAF89 Norway

📋 copy color: '#9FAF89'

red 159 ◦ green 175 ◦ blue 137

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

Shades of Norway #9FAF89

Tints of Norway #9FAF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 33.76%
G = 37.15%
B = 29.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#9FAF89 (or 0x9FAF89) is known color: Norway. HEX triplet: 9F, AF and 89. RGB value is (159,175,137). Sum of RGB (Red+Green+Blue) = 159+175+137=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF89 is #605076. Grayscale: #A6A6A6. Windows color (decimal): -6312055 or 9023391. OLE color: 9023391.

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

Color convert

RGB 159 175 137 -
CMYK 0.09 0 0.22 0.31
HSL 85.26º 0.19% 0.61% -
HSV(B) 85.26º 0.22% 0.69% -
XYZ 34.14 39.84 29.56 -
YUV 165.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 159 175 137 0.09 0 0.22 0.31 85.26 0.19 0.61
Hex 9F AF 89 9 0 16 1F 55 13 3D
Octal 237 257 211 11 0 26 37 125 23 75
Binary 10011111 10101111 10001001 1001 0 10110 11111 1010101 10011 111101

Color Harmonies of #9FAF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF89

Black with #9FAF89

Text Example


Text Example

White with #9FAF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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