#68B276

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

Shades of Fern #68B276

Tints of Fern #68B276

Color information

#68B276 (or 0x68B276) is unknown color: approx Fern. HEX triplet: 68, B2 and 76. RGB value is (104,178,118). Sum of RGB (Red+Green+Blue) = 104+178+118=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #68B276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B276 is #974D89. Grayscale: #959595. Windows color (decimal): -9915786 or 7778920. OLE color: 7778920.

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

Color convert

RGB104178118-
CMYK0.4200.340.30
HSL131.35º32.46%55.29%-
HSV(B)131.35º41.57%69.8%-
XYZ24.936.0922.79-
YUV149.03110.4895.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 178 (69.92% from 255) = 44.5%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=26%
G=44.5%
B=29.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041781180.4200.340.30131.3532.4655.29
Hex68B2762A0221E832037
Octal15026216652042362034067
Binary110100010110010111011010101001000101111010000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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