#8AA766

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

Shades of Chelsea Cucumber #8AA766

Tints of Chelsea Cucumber #8AA766

Color information

#8AA766 (or 0x8AA766) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A7 and 66. RGB value is (138,167,102). Sum of RGB (Red+Green+Blue) = 138+167+102=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA766 is #755899. Grayscale: #979797. Windows color (decimal): -7690394 or 6727562. OLE color: 6727562.

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

Color convert

RGB138167102-
CMYK0.1700.390.35
HSL86.77º26.97%52.75%-
HSV(B)86.77º38.92%65.49%-
XYZ26.73417.73-
YUV150.92100.39118.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 167 (65.62% from 255) = 41.03%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=33.91%
G=41.03%
B=25.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381671020.1700.390.3586.7726.9752.75
Hex8AA7661102723571b35
Octal21224714621047431273365
Binary10001010101001111100110100010100111100011101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,167,102); }

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

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

 a { background-color: rgb(138,167,102); }

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

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

 span { border-color: rgb(138,167,102); }

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