#99A68F

Color #99A68F Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #99A68F

Tints of Norway #99A68F

Color information

#99A68F (or 0x99A68F) is unknown color: approx Norway. HEX triplet: 99, A6 and 8F. RGB value is (153,166,143). Sum of RGB (Red+Green+Blue) = 153+166+143=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #99A68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A68F is #665970. Grayscale: #9F9F9F. Windows color (decimal): -6707569 or 9414297. OLE color: 9414297.

HSL color Cylindrical-coordinate representation of color #99A68F: hue angle of 93.91º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99A68F is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB153166143-
CMYK0.0800.140.35
HSL93.91º11.44%60.59%-
HSV(B)93.91º13.86%65.1%-
XYZ31.7336.0331.27-
YUV159.49118.69123.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=33.12%
G=35.93%
B=30.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661430.0800.140.3593.9111.4460.59
Hex99A68F80E235eb3d
Octal23124621710016431361375
Binary10011001101001101000111110000111010001110111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A68F; }

 p { color: rgb(153,166,143); }

 H1.HeaderClassName
 {
   color: #99A68F;
 }
 .AnyTagClassName
 {
   color: #99A68F;
 }
</style>
background-color css

<style>
 a { background-color: #99A68F; }

 a { background-color: rgb(153,166,143); }

 div.DivClassName
 {
   background-color: #99A68F;
 }
 .BgClassName
 {
   background-color: #99A68F;
 }
</style>
border-color css

<style>
 span { border-color: #99A68F; }

 span { border-color: rgb(153,166,143); }

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