#99A68E

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

Shades of Norway #99A68E

Tints of Norway #99A68E

Color information

#99A68E (or 0x99A68E) is unknown color: approx Norway. HEX triplet: 99, A6 and 8E. RGB value is (153,166,142). Sum of RGB (Red+Green+Blue) = 153+166+142=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #99A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A68E is #665971. Grayscale: #9F9F9F. Windows color (decimal): -6707570 or 9348761. OLE color: 9348761.

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

Color convert

RGB153166142-
CMYK0.0800.140.35
HSL92.5º11.88%60.39%-
HSV(B)92.5º14.46%65.1%-
XYZ31.663630.87-
YUV159.38118.19123.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=33.19%
G=36.01%
B=30.80%

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
Decimal1531661420.0800.140.3592.511.8860.39
Hex99A68E80E235cc3c
Octal23124621610016431341474
Binary10011001101001101000111010000111010001110111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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