#68B27F

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

Shades of Bay Leaf #68B27F

Tints of Bay Leaf #68B27F

Color information

#68B27F (or 0x68B27F) is unknown color: approx Bay Leaf. HEX triplet: 68, B2 and 7F. RGB value is (104,178,127). Sum of RGB (Red+Green+Blue) = 104+178+127=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #68B27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B27F is #974D80. Grayscale: #969696. Windows color (decimal): -9915777 or 8368744. OLE color: 8368744.

HSL color Cylindrical-coordinate representation of color #68B27F: hue angle of 138.65º degrees, saturation: 0.32, 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 #68B27F is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB104178127-
CMYK0.4200.290.30
HSL138.65º32.46%55.29%-
HSV(B)138.65º41.57%69.8%-
XYZ25.4636.3225.75-
YUV150.06114.9895.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 178 (69.92% from 255) = 43.52%
BLUE value IS 127 (50% from 255) = 31.05%
R=25.43%
G=43.52%
B=31.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041781270.4200.290.30138.6532.4655.29
Hex68B27F2A01D1E8b2037
Octal15026217752035362134067
Binary11010001011001011111111010100111011111010001011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,178,127); }

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

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

 a { background-color: rgb(104,178,127); }

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

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

 span { border-color: rgb(104,178,127); }

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