#7DAC49

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

Shades of Chelsea Cucumber #7DAC49

Tints of Chelsea Cucumber #7DAC49

Color information

#7DAC49 (or 0x7DAC49) is unknown color: approx Chelsea Cucumber. HEX triplet: 7D, AC and 49. RGB value is (125,172,73). Sum of RGB (Red+Green+Blue) = 125+172+73=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC49 is #8253B6. Grayscale: #939393. Windows color (decimal): -8541111 or 4828285. OLE color: 4828285.

HSL color Cylindrical-coordinate representation of color #7DAC49: hue angle of 88.48º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DAC49 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB12517273-
CMYK0.2700.580.33
HSL88.48º40.41%48.04%-
HSV(B)88.48º57.56%67.45%-
XYZ24.4134.3511.65-
YUV146.6686.43112.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.78%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=33.78%
G=46.49%
B=19.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125172730.2700.580.3388.4840.4148.04
Hex7DAC491B03A21582830
Octal17525411133072411305060
Binary11111011010110010010011101101110101000011011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DAC49; }

 p { color: rgb(125,172,73); }

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

<style>
 a { background-color: #7DAC49; }

 a { background-color: rgb(125,172,73); }

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

<style>
 span { border-color: #7DAC49; }

 span { border-color: rgb(125,172,73); }

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