#7BB390

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

Shades of Bay Leaf #7BB390

Tints of Bay Leaf #7BB390

Color information

#7BB390 (or 0x7BB390) is unknown color: approx Bay Leaf. HEX triplet: 7B, B3 and 90. RGB value is (123,179,144). Sum of RGB (Red+Green+Blue) = 123+179+144=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB390 is #844C6F. Grayscale: #9E9E9E. Windows color (decimal): -8670320 or 9483131. OLE color: 9483131.

HSL color Cylindrical-coordinate representation of color #7BB390: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB390 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB123179144-
CMYK0.3100.200.30
HSL142.5º26.92%59.22%-
HSV(B)142.5º31.28%70.2%-
XYZ29.3238.4632.26-
YUV158.27119.95102.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.58%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=27.58%
G=40.13%
B=32.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1231791440.3100.200.30142.526.9259.22
Hex7BB3901F0141E8e1b3b
Octal17326322037024362163373
Binary1111011101100111001000011111010100111101000111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,179,144); }

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

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

 a { background-color: rgb(123,179,144); }

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

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

 span { border-color: rgb(123,179,144); }

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