#7BC18A

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

Shades of Bay Leaf #7BC18A

Tints of Bay Leaf #7BC18A

Color information

#7BC18A (or 0x7BC18A) is unknown color: approx Bay Leaf. HEX triplet: 7B, C1 and 8A. RGB value is (123,193,138). Sum of RGB (Red+Green+Blue) = 123+193+138=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC18A is #843E75. Grayscale: #A5A5A5. Windows color (decimal): -8666742 or 9093499. OLE color: 9093499.

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

Color convert

RGB123193138-
CMYK0.3600.280.24
HSL132.86º36.08%61.96%-
HSV(B)132.86º36.27%75.69%-
XYZ31.8344.1930.9-
YUV165.8112.3197.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.09%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=27.09%
G=42.51%
B=30.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231931380.3600.280.24132.8636.0861.96
Hex7BC18A2401C1885243e
Octal17330121244034302054476
Binary111101111000001100010101001000111001100010000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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