#8CA75C

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

Shades of Chelsea Cucumber #8CA75C

Tints of Chelsea Cucumber #8CA75C

Color information

#8CA75C (or 0x8CA75C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A7 and 5C. RGB value is (140,167,92). Sum of RGB (Red+Green+Blue) = 140+167+92=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA75C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA75C is #7358A3. Grayscale: #969696. Windows color (decimal): -7559332 or 6072204. OLE color: 6072204.

HSL color Cylindrical-coordinate representation of color #8CA75C: hue angle of 81.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CA75C is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB14016792-
CMYK0.1600.450.35
HSL81.6º29.88%50.78%-
HSV(B)81.6º44.91%65.49%-
XYZ26.5733.9915.28-
YUV150.3895.05120.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=35.09%
G=41.85%
B=23.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140167920.1600.450.3581.629.8850.78
Hex8CA75C1002D23521e33
Octal21424713420055431223663
Binary10001100101001111011100100000101101100011101001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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