#68AD82

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

Shades of Bay Leaf #68AD82

Tints of Bay Leaf #68AD82

Color information

#68AD82 (or 0x68AD82) is unknown color: approx Bay Leaf. HEX triplet: 68, AD and 82. RGB value is (104,173,130). Sum of RGB (Red+Green+Blue) = 104+173+130=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD82 is #97527D. Grayscale: #939393. Windows color (decimal): -9917054 or 8564072. OLE color: 8564072.

HSL color Cylindrical-coordinate representation of color #68AD82: hue angle of 142.61º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD82 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB104173130-
CMYK0.4000.250.32
HSL142.61º29.61%54.31%-
HSV(B)142.61º39.88%67.84%-
XYZ24.6834.4426.47-
YUV147.47118.1497-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.55%
GREEN value IS 173 (67.97% from 255) = 42.51%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=25.55%
G=42.51%
B=31.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041731300.4000.250.32142.6129.6154.31
Hex68AD8228019208f1e36
Octal15025520250031402173666
Binary110100010101101100000101010000110011000001000111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AD82; }

 p { color: rgb(104,173,130); }

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

<style>
 a { background-color: #68AD82; }

 a { background-color: rgb(104,173,130); }

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

<style>
 span { border-color: #68AD82; }

 span { border-color: rgb(104,173,130); }

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