#7CB88D

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

Shades of Bay Leaf #7CB88D

Tints of Bay Leaf #7CB88D

Color information

#7CB88D (or 0x7CB88D) is unknown color: approx Bay Leaf. HEX triplet: 7C, B8 and 8D. RGB value is (124,184,141). Sum of RGB (Red+Green+Blue) = 124+184+141=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB88D is #834772. Grayscale: #A1A1A1. Windows color (decimal): -8603507 or 9287804. OLE color: 9287804.

HSL color Cylindrical-coordinate representation of color #7CB88D: hue angle of 137º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB88D is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB124184141-
CMYK0.3300.230.28
HSL137º29.7%60.39%-
HSV(B)137º32.61%72.16%-
XYZ30.2640.4931.42-
YUV161.16116.62101.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.62%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=27.62%
G=40.98%
B=31.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241841410.3300.230.2813729.760.39
Hex7CB88D210171C891e3c
Octal17427021541027342113674
Binary11111001011100010001101100001010111111001000100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,184,141); }

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

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

 a { background-color: rgb(124,184,141); }

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

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

 span { border-color: rgb(124,184,141); }

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