#8FAB6B

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

Shades of Chelsea Cucumber #8FAB6B

Tints of Chelsea Cucumber #8FAB6B

Color information

#8FAB6B (or 0x8FAB6B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, AB and 6B. RGB value is (143,171,107). Sum of RGB (Red+Green+Blue) = 143+171+107=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB6B is #705494. Grayscale: #9B9B9B. Windows color (decimal): -7361685 or 7056271. OLE color: 7056271.

HSL color Cylindrical-coordinate representation of color #8FAB6B: hue angle of 86.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FAB6B is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB143171107-
CMYK0.1600.370.33
HSL86.25º27.59%54.51%-
HSV(B)86.25º37.43%67.06%-
XYZ28.5436.0319.36-
YUV155.33100.72119.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 107 (42.19% from 255) = 25.42%
R=33.97%
G=40.62%
B=25.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711070.1600.370.3386.2527.5954.51
Hex8FAB6B1002521561c37
Octal21725315320045411263467
Binary10001111101010111101011100000100101100001101011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,171,107); }

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

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

 a { background-color: rgb(143,171,107); }

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

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

 span { border-color: rgb(143,171,107); }

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