#8FA75D

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

Shades of Chelsea Cucumber #8FA75D

Tints of Chelsea Cucumber #8FA75D

Color information

#8FA75D (or 0x8FA75D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A7 and 5D. RGB value is (143,167,93). Sum of RGB (Red+Green+Blue) = 143+167+93=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA75D is #7058A2. Grayscale: #979797. Windows color (decimal): -7362723 or 6137743. OLE color: 6137743.

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

Color convert

RGB14316793-
CMYK0.1400.440.35
HSL79.46º29.6%50.98%-
HSV(B)79.46º44.31%65.49%-
XYZ27.1234.2715.54-
YUV151.3995.05122.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 167 (65.62% from 255) = 41.44%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=35.48%
G=41.44%
B=23.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143167930.1400.440.3579.4629.650.98
Hex8FA75DE02C234f1e33
Octal21724713516054431173663
Binary1000111110100111101110111100101100100011100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,167,93); }

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

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

 a { background-color: rgb(143,167,93); }

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

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

 span { border-color: rgb(143,167,93); }

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