#68BA7B

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

Shades of Fern #68BA7B

Tints of Fern #68BA7B

Color information

#68BA7B (or 0x68BA7B) is unknown color: approx Fern. HEX triplet: 68, BA and 7B. RGB value is (104,186,123). Sum of RGB (Red+Green+Blue) = 104+186+123=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA7B is #974584. Grayscale: #9A9A9A. Windows color (decimal): -9913733 or 8108648. OLE color: 8108648.

HSL color Cylindrical-coordinate representation of color #68BA7B: hue angle of 133.9º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BA7B is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB104186123-
CMYK0.4400.340.27
HSL133.9º37.27%56.86%-
HSV(B)133.9º44.09%72.94%-
XYZ26.8439.4924.95-
YUV154.3110.3392.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=25.18%
G=45.04%
B=29.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041861230.4400.340.27133.937.2756.86
Hex68BA7B2C0221B862539
Octal15027217354042332064571
Binary110100010111010111101110110001000101101110000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,186,123); }

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

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

 a { background-color: rgb(104,186,123); }

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

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

 span { border-color: rgb(104,186,123); }

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