#7CC08C

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

Shades of Bay Leaf #7CC08C

Tints of Bay Leaf #7CC08C

Color information

#7CC08C (or 0x7CC08C) is unknown color: approx Bay Leaf. HEX triplet: 7C, C0 and 8C. RGB value is (124,192,140). Sum of RGB (Red+Green+Blue) = 124+192+140=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC08C is #833F73. Grayscale: #A5A5A5. Windows color (decimal): -8601460 or 9224316. OLE color: 9224316.

HSL color Cylindrical-coordinate representation of color #7CC08C: hue angle of 134.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC08C is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB124192140-
CMYK0.3500.270.25
HSL134.12º35.05%61.96%-
HSV(B)134.12º35.42%75.29%-
XYZ31.943.8831.6-
YUV165.74113.4798.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.19%
GREEN value IS 192 (75.39% from 255) = 42.11%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=27.19%
G=42.11%
B=30.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241921400.3500.270.25134.1235.0561.96
Hex7CC08C2301B1986233e
Octal17430021443033312064376
Binary111110011000000100011001000110110111100110000110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,140); }

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

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

 a { background-color: rgb(124,192,140); }

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

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

 span { border-color: rgb(124,192,140); }

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