#7CB08C

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

Shades of Bay Leaf #7CB08C

Tints of Bay Leaf #7CB08C

Color information

#7CB08C (or 0x7CB08C) is unknown color: approx Bay Leaf. HEX triplet: 7C, B0 and 8C. RGB value is (124,176,140). Sum of RGB (Red+Green+Blue) = 124+176+140=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB08C is #834F73. Grayscale: #9C9C9C. Windows color (decimal): -8605556 or 9220220. OLE color: 9220220.

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

Color convert

RGB124176140-
CMYK0.3000.200.31
HSL138.46º24.76%58.82%-
HSV(B)138.46º29.55%69.02%-
XYZ28.5737.2330.49-
YUV156.35118.77104.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=28.18%
G=40%
B=31.82%

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
Decimal1241761400.3000.200.31138.4624.7658.82
Hex7CB08C1E0141F8a193b
Octal17426021436024372123173
Binary1111100101100001000110011110010100111111000101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,176,140); }

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

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

 a { background-color: rgb(124,176,140); }

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

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

 span { border-color: rgb(124,176,140); }

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