Html Css Color HEX #99A68E Norway

📋 copy color: '#99A68E'

red 153 ◦ green 166 ◦ blue 142

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

Shades of Norway #99A68E

Tints of Norway #99A68E

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.8%

R = 33.19%
G = 36.01%
B = 30.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#99A68E (or 0x99A68E) is known color: 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

RGB 153 166 142 -
CMYK 0.08 0 0.14 0.35
HSL 92.5º 0.12% 0.6% -
HSV(B) 92.5º 0.14% 0.65% -
XYZ 31.66 36 30.87 -
YUV 159.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 153 166 142 0.08 0 0.14 0.35 92.5 0.12 0.6
Hex 99 A6 8E 8 0 E 23 5C C 3C
Octal 231 246 216 10 0 16 43 134 14 74
Binary 10011001 10100110 10001110 1000 0 1110 100011 1011100 1100 111100

Color Harmonies of #99A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A68E

Black with #99A68E

Text Example


Text Example

White with #99A68E

Text Example


Text Example

HTML Codes & Css Web 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>