#7BC18E

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

Shades of Bay Leaf #7BC18E

Tints of Bay Leaf #7BC18E

Color information

#7BC18E (or 0x7BC18E) is unknown color: approx Bay Leaf. HEX triplet: 7B, C1 and 8E. RGB value is (123,193,142). Sum of RGB (Red+Green+Blue) = 123+193+142=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC18E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC18E is #843E71. Grayscale: #A6A6A6. Windows color (decimal): -8666738 or 9355643. OLE color: 9355643.

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

Color convert

RGB123193142-
CMYK0.3600.260.24
HSL136.29º36.08%61.96%-
HSV(B)136.29º36.27%75.69%-
XYZ32.1244.332.45-
YUV166.26114.3197.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.86%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=26.86%
G=42.14%
B=31.00%

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
Decimal1231931420.3600.260.24136.2936.0861.96
Hex7BC18E2401A1888243e
Octal17330121644032302104476
Binary111101111000001100011101001000110101100010001000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,193,142); }

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

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

 a { background-color: rgb(123,193,142); }

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

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

 span { border-color: rgb(123,193,142); }

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