#90A68F

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

Shades of Pewter #90A68F

Tints of Pewter #90A68F

Color information

#90A68F (or 0x90A68F) is unknown color: approx Pewter. HEX triplet: 90, A6 and 8F. RGB value is (144,166,143). Sum of RGB (Red+Green+Blue) = 144+166+143=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 166 - color contains mainly: green. Hex color #90A68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A68F is #6F5970. Grayscale: #9C9C9C. Windows color (decimal): -7297393 or 9414288. OLE color: 9414288.

HSL color Cylindrical-coordinate representation of color #90A68F: hue angle of 117.39º 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 #90A68F is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB144166143-
CMYK0.1300.140.35
HSL117.39º11.44%60.59%-
HSV(B)117.39º13.86%65.1%-
XYZ30.135.1831.19-
YUV156.8120.21118.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=31.79%
G=36.64%
B=31.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1441661430.1300.140.35117.3911.4460.59
Hex90A68FD0E2375b3d
Octal22024621715016431651375
Binary10010000101001101000111111010111010001111101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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