#7CA58E

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

Shades of Bay Leaf #7CA58E

Tints of Bay Leaf #7CA58E

Color information

#7CA58E (or 0x7CA58E) is unknown color: approx Bay Leaf. HEX triplet: 7C, A5 and 8E. RGB value is (124,165,142). Sum of RGB (Red+Green+Blue) = 124+165+142=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA58E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA58E is #835A71. Grayscale: #969696. Windows color (decimal): -8608370 or 9348476. OLE color: 9348476.

HSL color Cylindrical-coordinate representation of color #7CA58E: hue angle of 146.34º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA58E is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB124165142-
CMYK0.2500.140.35
HSL146.34º18.55%56.67%-
HSV(B)146.34º24.85%64.71%-
XYZ26.6533.1530.58-
YUV150.12123.42109.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.77%
GREEN value IS 165 (64.84% from 255) = 38.28%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=28.77%
G=38.28%
B=32.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241651420.2500.140.35146.3418.5556.67
Hex7CA58E190E23921339
Octal17424521631016432222371
Binary1111100101001011000111011001011101000111001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,165,142); }

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

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

 a { background-color: rgb(124,165,142); }

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

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

 span { border-color: rgb(124,165,142); }

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