Html Css Color HEX #9FB68E Norway

📋 copy color: '#9FB68E'

red 159 ◦ green 182 ◦ blue 142

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

Shades of Norway #9FB68E

Tints of Norway #9FB68E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.68%

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 32.92%
G = 37.68%
B = 29.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#9FB68E (or 0x9FB68E) is known color: Norway. HEX triplet: 9F, B6 and 8E. RGB value is (159,182,142). Sum of RGB (Red+Green+Blue) = 159+182+142=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB68E is #604971. Grayscale: #AAAAAA. Windows color (decimal): -6310258 or 9352863. OLE color: 9352863.

HSL color Cylindrical-coordinate representation of color #9FB68E: hue angle of 94.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FB68E is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 182 142 -
CMYK 0.13 0 0.22 0.29
HSL 94.5º 0.22% 0.64% -
HSV(B) 94.5º 0.22% 0.71% -
XYZ 35.91 42.78 31.96 -
YUV 170.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 159 182 142 0.13 0 0.22 0.29 94.5 0.22 0.64
Hex 9F B6 8E D 0 16 1D 5E 16 40
Octal 237 266 216 15 0 26 35 136 26 100
Binary 10011111 10110110 10001110 1101 0 10110 11101 1011110 10110 1000000

Color Harmonies of #9FB68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB68E

Black with #9FB68E

Text Example


Text Example

White with #9FB68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,182,142); }

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

background-color css

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

 a { background-color: rgb(159,182,142); }

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

border-color css

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

 span { border-color: rgb(159,182,142); }

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