#7BB98F

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

Shades of Bay Leaf #7BB98F

Tints of Bay Leaf #7BB98F

Color information

#7BB98F (or 0x7BB98F) is unknown color: approx Bay Leaf. HEX triplet: 7B, B9 and 8F. RGB value is (123,185,143). Sum of RGB (Red+Green+Blue) = 123+185+143=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB98F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB98F is #844670. Grayscale: #A1A1A1. Windows color (decimal): -8668785 or 9419131. OLE color: 9419131.

HSL color Cylindrical-coordinate representation of color #7BB98F: hue angle of 139.35º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BB98F is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB123185143-
CMYK0.3400.230.27
HSL139.35º30.69%60.39%-
HSV(B)139.35º33.51%72.55%-
XYZ30.4840.8932.27-
YUV161.67117.46100.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.27%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=27.27%
G=41.02%
B=31.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231851430.3400.230.27139.3530.6960.39
Hex7BB98F220171B8b1f3c
Octal17327121742027332133774
Binary11110111011100110001111100010010111110111000101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,185,143); }

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

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

 a { background-color: rgb(123,185,143); }

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

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

 span { border-color: rgb(123,185,143); }

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