#7BB08B

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

Shades of Bay Leaf #7BB08B

Tints of Bay Leaf #7BB08B

Color information

#7BB08B (or 0x7BB08B) is unknown color: approx Bay Leaf. HEX triplet: 7B, B0 and 8B. RGB value is (123,176,139). Sum of RGB (Red+Green+Blue) = 123+176+139=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB08B is #844F74. Grayscale: #9C9C9C. Windows color (decimal): -8671093 or 9154683. OLE color: 9154683.

HSL color Cylindrical-coordinate representation of color #7BB08B: hue angle of 138.11º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BB08B is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB123176139-
CMYK0.3000.210.31
HSL138.11º25.12%58.63%-
HSV(B)138.11º30.11%69.02%-
XYZ28.3537.1330.1-
YUV155.94118.44104.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.08%
GREEN value IS 176 (69.14% from 255) = 40.18%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=28.08%
G=40.18%
B=31.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231761390.3000.210.31138.1125.1258.63
Hex7BB08B1E0151F8a193b
Octal17326021336025372123173
Binary1111011101100001000101111110010101111111000101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,176,139); }

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

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

 a { background-color: rgb(123,176,139); }

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

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

 span { border-color: rgb(123,176,139); }

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