#68B076

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

Shades of Fern #68B076

Tints of Fern #68B076

Color information

#68B076 (or 0x68B076) is unknown color: approx Fern. HEX triplet: 68, B0 and 76. RGB value is (104,176,118). Sum of RGB (Red+Green+Blue) = 104+176+118=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #68B076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B076 is #974F89. Grayscale: #949494. Windows color (decimal): -9916298 or 7778408. OLE color: 7778408.

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

Color convert

RGB104176118-
CMYK0.4100.330.31
HSL131.67º31.3%54.9%-
HSV(B)131.67º40.91%69.02%-
XYZ24.535.322.66-
YUV147.86111.1596.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=26.13%
G=44.22%
B=29.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041761180.4100.330.31131.6731.354.9
Hex68B076290211F841f37
Octal15026016651041372043767
Binary11010001011000011101101010010100001111111000010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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