#7BC18C

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

Shades of Bay Leaf #7BC18C

Tints of Bay Leaf #7BC18C

Color information

#7BC18C (or 0x7BC18C) is unknown color: approx Bay Leaf. HEX triplet: 7B, C1 and 8C. RGB value is (123,193,140). Sum of RGB (Red+Green+Blue) = 123+193+140=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC18C is #843E73. Grayscale: #A6A6A6. Windows color (decimal): -8666740 or 9224571. OLE color: 9224571.

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

Color convert

RGB123193140-
CMYK0.3600.270.24
HSL134.57º36.08%61.96%-
HSV(B)134.57º36.27%75.69%-
XYZ31.9744.2431.67-
YUV166.03113.3197.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.97%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=26.97%
G=42.32%
B=30.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231931400.3600.270.24134.5736.0861.96
Hex7BC18C2401B1887243e
Octal17330121444033302074476
Binary111101111000001100011001001000110111100010000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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