#68B37E

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

Shades of Bay Leaf #68B37E

Tints of Bay Leaf #68B37E

Color information

#68B37E (or 0x68B37E) is unknown color: approx Bay Leaf. HEX triplet: 68, B3 and 7E. RGB value is (104,179,126). Sum of RGB (Red+Green+Blue) = 104+179+126=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #68B37E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B37E is #974C81. Grayscale: #969696. Windows color (decimal): -9915522 or 8303464. OLE color: 8303464.

HSL color Cylindrical-coordinate representation of color #68B37E: hue angle of 137.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B37E is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB104179126-
CMYK0.4200.300.30
HSL137.6º33.04%55.49%-
HSV(B)137.6º41.9%70.2%-
XYZ25.5936.6925.47-
YUV150.53114.1594.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=25.43%
G=43.77%
B=30.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041791260.4200.300.30137.633.0455.49
Hex68B37E2A01E1E8a2137
Octal15026317652036362124167
Binary11010001011001111111101010100111101111010001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,126); }

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

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

 a { background-color: rgb(104,179,126); }

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

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

 span { border-color: rgb(104,179,126); }

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