Html Css Color HEX #9FB78C Norway

📋 copy color: '#9FB78C'

red 159 ◦ green 183 ◦ blue 140

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

Shades of Norway #9FB78C

Tints of Norway #9FB78C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.97%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 32.99%
G = 37.97%
B = 29.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#9FB78C (or 0x9FB78C) is known color: Norway. HEX triplet: 9F, B7 and 8C. RGB value is (159,183,140). Sum of RGB (Red+Green+Blue) = 159+183+140=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB78C is #604873. Grayscale: #ABABAB. Windows color (decimal): -6310004 or 9222047. OLE color: 9222047.

HSL color Cylindrical-coordinate representation of color #9FB78C: hue angle of 93.49º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FB78C is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 183 140 -
CMYK 0.13 0 0.23 0.28
HSL 93.49º 0.23% 0.63% -
HSV(B) 93.49º 0.23% 0.72% -
XYZ 35.97 43.13 31.24 -
YUV 170.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 159 183 140 0.13 0 0.23 0.28 93.49 0.23 0.63
Hex 9F B7 8C D 0 17 1C 5D 17 3F
Octal 237 267 214 15 0 27 34 135 27 77
Binary 10011111 10110111 10001100 1101 0 10111 11100 1011101 10111 111111

Color Harmonies of #9FB78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB78C

Black with #9FB78C

Text Example


Text Example

White with #9FB78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,183,140); }

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

background-color css

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

 a { background-color: rgb(159,183,140); }

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

border-color css

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

 span { border-color: rgb(159,183,140); }

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