#9AA68F

Color #9AA68F Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9AA68F

Tints of Delta #9AA68F

Color information

#9AA68F (or 0x9AA68F) is unknown color: approx Delta. HEX triplet: 9A, A6 and 8F. RGB value is (154,166,143). Sum of RGB (Red+Green+Blue) = 154+166+143=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA68F is #655970. Grayscale: #9F9F9F. Windows color (decimal): -6642033 or 9414298. OLE color: 9414298.

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

Color convert

RGB154166143-
CMYK0.0700.140.35
HSL91.3º11.44%60.59%-
HSV(B)91.3º13.86%65.1%-
XYZ31.9236.1331.28-
YUV159.79118.52123.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=33.26%
G=35.85%
B=30.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541661430.0700.140.3591.311.4460.59
Hex9AA68F70E235bb3d
Octal2322462177016431331375
Binary1001101010100110100011111110111010001110110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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