#8AA668

Color #8AA668 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8AA668

Tints of Chelsea Cucumber #8AA668

Color information

#8AA668 (or 0x8AA668) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A6 and 68. RGB value is (138,166,104). Sum of RGB (Red+Green+Blue) = 138+166+104=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA668 is #755997. Grayscale: #969696. Windows color (decimal): -7690648 or 6858378. OLE color: 6858378.

HSL color Cylindrical-coordinate representation of color #8AA668: hue angle of 87.1º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA668 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB138166104-
CMYK0.1700.370.35
HSL87.1º25.83%52.94%-
HSV(B)87.1º37.35%65.1%-
XYZ26.6233.6818.19-
YUV150.56101.72119.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=33.82%
G=40.69%
B=25.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381661040.1700.370.3587.125.8352.94
Hex8AA6681102523571a35
Octal21224615021045431273265
Binary10001010101001101101000100010100101100011101011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA668; }

 p { color: rgb(138,166,104); }

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

<style>
 a { background-color: #8AA668; }

 a { background-color: rgb(138,166,104); }

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

<style>
 span { border-color: #8AA668; }

 span { border-color: rgb(138,166,104); }

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