#7DC390

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

Shades of Bay Leaf #7DC390

Tints of Bay Leaf #7DC390

Color information

#7DC390 (or 0x7DC390) is unknown color: approx Bay Leaf. HEX triplet: 7D, C3 and 90. RGB value is (125,195,144). Sum of RGB (Red+Green+Blue) = 125+195+144=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC390 is #823C6F. Grayscale: #A8A8A8. Windows color (decimal): -8535152 or 9487229. OLE color: 9487229.

HSL color Cylindrical-coordinate representation of color #7DC390: hue angle of 136.29º degrees, saturation: 0.37, 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 #7DC390 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB125195144-
CMYK0.3600.260.24
HSL136.29º36.84%62.75%-
HSV(B)136.29º35.9%76.47%-
XYZ33.0145.433.41-
YUV168.26114.3197.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=26.94%
G=42.03%
B=31.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951440.3600.260.24136.2936.8462.75
Hex7DC3902401A1888253f
Octal17530322044032302104577
Binary111110111000011100100001001000110101100010001000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,195,144); }

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

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

 a { background-color: rgb(125,195,144); }

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

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

 span { border-color: rgb(125,195,144); }

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