#8FA570

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

Shades of Chelsea Cucumber #8FA570

Tints of Chelsea Cucumber #8FA570

Color information

#8FA570 (or 0x8FA570) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A5 and 70. RGB value is (143,165,112). Sum of RGB (Red+Green+Blue) = 143+165+112=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA570 is #705A8F. Grayscale: #989898. Windows color (decimal): -7363216 or 7382415. OLE color: 7382415.

HSL color Cylindrical-coordinate representation of color #8FA570: hue angle of 84.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FA570 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB143165112-
CMYK0.1300.320.35
HSL84.91º22.75%54.31%-
HSV(B)84.91º32.12%64.71%-
XYZ27.7133.9220.42-
YUV152.38105.21121.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=34.05%
G=39.29%
B=26.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431651120.1300.320.3584.9122.7554.31
Hex8FA570D02023551736
Octal21724516015040431252766
Binary1000111110100101111000011010100000100011101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,165,112); }

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

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

 a { background-color: rgb(143,165,112); }

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

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

 span { border-color: rgb(143,165,112); }

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