#8CA769

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

Shades of Chelsea Cucumber #8CA769

Tints of Chelsea Cucumber #8CA769

Color information

#8CA769 (or 0x8CA769) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A7 and 69. RGB value is (140,167,105). Sum of RGB (Red+Green+Blue) = 140+167+105=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA769 is #735896. Grayscale: #989898. Windows color (decimal): -7559319 or 6924172. OLE color: 6924172.

HSL color Cylindrical-coordinate representation of color #8CA769: hue angle of 86.13º 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 #8CA769 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB140167105-
CMYK0.1600.370.35
HSL86.13º26.05%53.33%-
HSV(B)86.13º37.13%65.49%-
XYZ27.1834.2318.54-
YUV151.86101.55119.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=33.98%
G=40.53%
B=25.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401671050.1600.370.3586.1326.0553.33
Hex8CA7691002523561a35
Octal21424715120045431263265
Binary10001100101001111101001100000100101100011101011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,167,105); }

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

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

 a { background-color: rgb(140,167,105); }

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

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

 span { border-color: rgb(140,167,105); }

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