#7DC291

Color #7DC291 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7DC291

Tints of Bay Leaf #7DC291

Color information

#7DC291 (or 0x7DC291) is unknown color: approx Bay Leaf. HEX triplet: 7D, C2 and 91. RGB value is (125,194,145). Sum of RGB (Red+Green+Blue) = 125+194+145=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC291 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC291 is #823D6E. Grayscale: #A7A7A7. Windows color (decimal): -8535407 or 9552509. OLE color: 9552509.

HSL color Cylindrical-coordinate representation of color #7DC291: hue angle of 137.39º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC291 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB125194145-
CMYK0.3600.250.24
HSL137.39º36.13%62.55%-
HSV(B)137.39º35.57%76.08%-
XYZ32.8644.9933.74-
YUV167.78115.1497.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 194 (76.17% from 255) = 41.81%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=26.94%
G=41.81%
B=31.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251941450.3600.250.24137.3936.1362.55
Hex7DC291240191889243f
Octal17530222144031302114477
Binary111110111000010100100011001000110011100010001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,194,145); }

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

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

 a { background-color: rgb(125,194,145); }

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

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

 span { border-color: rgb(125,194,145); }

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