#7DAF88

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

Shades of Bay Leaf #7DAF88

Tints of Bay Leaf #7DAF88

Color information

#7DAF88 (or 0x7DAF88) is unknown color: approx Bay Leaf. HEX triplet: 7D, AF and 88. RGB value is (125,175,136). Sum of RGB (Red+Green+Blue) = 125+175+136=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAF88 is #825077. Grayscale: #9B9B9B. Windows color (decimal): -8540280 or 8957821. OLE color: 8957821.

HSL color Cylindrical-coordinate representation of color #7DAF88: hue angle of 133.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DAF88 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB125175136-
CMYK0.2900.220.31
HSL133.2º23.81%58.82%-
HSV(B)133.2º28.57%68.63%-
XYZ28.2336.828.91-
YUV155.6116.94106.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=28.67%
G=40.14%
B=31.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751360.2900.220.31133.223.8158.82
Hex7DAF881D0161F85183b
Octal17525721035026372053073
Binary1111101101011111000100011101010110111111000010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,136); }

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

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

 a { background-color: rgb(125,175,136); }

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

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

 span { border-color: rgb(125,175,136); }

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