#7DB38A

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

Shades of Bay Leaf #7DB38A

Tints of Bay Leaf #7DB38A

Color information

#7DB38A (or 0x7DB38A) is unknown color: approx Bay Leaf. HEX triplet: 7D, B3 and 8A. RGB value is (125,179,138). Sum of RGB (Red+Green+Blue) = 125+179+138=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB38A is #824C75. Grayscale: #9E9E9E. Windows color (decimal): -8539254 or 9089917. OLE color: 9089917.

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

Color convert

RGB125179138-
CMYK0.3000.230.30
HSL134.44º26.21%59.61%-
HSV(B)134.44º30.17%70.2%-
XYZ29.1638.4429.93-
YUV158.18116.61104.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.28%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=28.28%
G=40.50%
B=31.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1251791380.3000.230.30134.4426.2159.61
Hex7DB38A1E0171E861a3c
Octal17526321236027362063274
Binary1111101101100111000101011110010111111101000011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,179,138); }

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

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

 a { background-color: rgb(125,179,138); }

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

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

 span { border-color: rgb(125,179,138); }

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