#7BA384

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

Shades of Bay Leaf #7BA384

Tints of Bay Leaf #7BA384

Color information

#7BA384 (or 0x7BA384) is unknown color: approx Bay Leaf. HEX triplet: 7B, A3 and 84. RGB value is (123,163,132). Sum of RGB (Red+Green+Blue) = 123+163+132=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA384 is #845C7B. Grayscale: #939393. Windows color (decimal): -8674428 or 8692603. OLE color: 8692603.

HSL color Cylindrical-coordinate representation of color #7BA384: hue angle of 133.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA384 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB123163132-
CMYK0.2500.190.36
HSL133.5º17.86%56.08%-
HSV(B)133.5º24.54%63.92%-
XYZ25.4332.0726.68-
YUV147.51119.25110.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.43%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=29.43%
G=39.00%
B=31.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231631320.2500.190.36133.517.8656.08
Hex7BA3841901324861238
Octal17324320431023442062270
Binary11110111010001110000100110010100111001001000011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,163,132); }

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

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

 a { background-color: rgb(123,163,132); }

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

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

 span { border-color: rgb(123,163,132); }

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