#7BB08D

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

Shades of Bay Leaf #7BB08D

Tints of Bay Leaf #7BB08D

Color information

#7BB08D (or 0x7BB08D) is unknown color: approx Bay Leaf. HEX triplet: 7B, B0 and 8D. RGB value is (123,176,141). Sum of RGB (Red+Green+Blue) = 123+176+141=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB08D is #844F72. Grayscale: #9C9C9C. Windows color (decimal): -8671091 or 9285755. OLE color: 9285755.

HSL color Cylindrical-coordinate representation of color #7BB08D: hue angle of 140.38º 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 #7BB08D is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB123176141-
CMYK0.3000.200.31
HSL140.38º25.12%58.63%-
HSV(B)140.38º30.11%69.02%-
XYZ28.537.1830.87-
YUV156.16119.44104.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.95%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=27.95%
G=40%
B=32.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231761410.3000.200.31140.3825.1258.63
Hex7BB08D1E0141F8c193b
Octal17326021536024372143173
Binary1111011101100001000110111110010100111111000110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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