#68AC83

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

Shades of Bay Leaf #68AC83

Tints of Bay Leaf #68AC83

Color information

#68AC83 (or 0x68AC83) is unknown color: approx Bay Leaf. HEX triplet: 68, AC and 83. RGB value is (104,172,131). Sum of RGB (Red+Green+Blue) = 104+172+131=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC83 is #97537C. Grayscale: #939393. Windows color (decimal): -9917309 or 8629352. OLE color: 8629352.

HSL color Cylindrical-coordinate representation of color #68AC83: hue angle of 143.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC83 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB104172131-
CMYK0.4000.240.33
HSL143.82º29.06%54.12%-
HSV(B)143.82º39.53%67.45%-
XYZ24.5634.0926.76-
YUV146.99118.9797.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.55%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=25.55%
G=42.26%
B=32.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721310.4000.240.33143.8229.0654.12
Hex68AC832801821901d36
Octal15025420350030412203566
Binary110100010101100100000111010000110001000011001000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,131); }

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

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

 a { background-color: rgb(104,172,131); }

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

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

 span { border-color: rgb(104,172,131); }

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