#7DAF48

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

Shades of Chelsea Cucumber #7DAF48

Tints of Chelsea Cucumber #7DAF48

Color information

#7DAF48 (or 0x7DAF48) is unknown color: approx Chelsea Cucumber. HEX triplet: 7D, AF and 48. RGB value is (125,175,72). Sum of RGB (Red+Green+Blue) = 125+175+72=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAF48 is #8250B7. Grayscale: #949494. Windows color (decimal): -8540344 or 4763517. OLE color: 4763517.

HSL color Cylindrical-coordinate representation of color #7DAF48: hue angle of 89.13º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DAF48 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB12517572-
CMYK0.2900.590.31
HSL89.13º41.7%48.43%-
HSV(B)89.13º58.86%68.63%-
XYZ24.9635.4911.67-
YUV148.3184.94111.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.60%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=33.60%
G=47.04%
B=19.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125175720.2900.590.3189.1341.748.43
Hex7DAF481D03B1F592a30
Octal17525711035073371315260
Binary1111101101011111001000111010111011111111011001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,72); }

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

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

 a { background-color: rgb(125,175,72); }

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

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

 span { border-color: rgb(125,175,72); }

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