#7CC08E

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

Shades of Bay Leaf #7CC08E

Tints of Bay Leaf #7CC08E

Color information

#7CC08E (or 0x7CC08E) is unknown color: approx Bay Leaf. HEX triplet: 7C, C0 and 8E. RGB value is (124,192,142). Sum of RGB (Red+Green+Blue) = 124+192+142=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC08E is #833F71. Grayscale: #A6A6A6. Windows color (decimal): -8601458 or 9355388. OLE color: 9355388.

HSL color Cylindrical-coordinate representation of color #7CC08E: hue angle of 135.88º 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 #7CC08E is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB124192142-
CMYK0.3500.260.25
HSL135.88º35.05%61.96%-
HSV(B)135.88º35.42%75.29%-
XYZ32.0443.9432.38-
YUV165.97114.4798.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.07%
GREEN value IS 192 (75.39% from 255) = 41.92%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=27.07%
G=41.92%
B=31.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241921420.3500.260.25135.8835.0561.96
Hex7CC08E2301A1988233e
Octal17430021643032312104376
Binary111110011000000100011101000110110101100110001000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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