#68B06A

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

Shades of Fern #68B06A

Tints of Fern #68B06A

Color information

#68B06A (or 0x68B06A) is unknown color: approx Fern. HEX triplet: 68, B0 and 6A. RGB value is (104,176,106). Sum of RGB (Red+Green+Blue) = 104+176+106=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #68B06A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B06A is #974F95. Grayscale: #929292. Windows color (decimal): -9916310 or 6991976. OLE color: 6991976.

HSL color Cylindrical-coordinate representation of color #68B06A: hue angle of 121.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 #68B06A is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB104176106-
CMYK0.4100.400.31
HSL121.67º31.3%54.9%-
HSV(B)121.67º40.91%69.02%-
XYZ23.8435.0319.14-
YUV146.49105.1597.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 176 (69.14% from 255) = 45.60%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=26.94%
G=45.60%
B=27.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041761060.4100.400.31121.6731.354.9
Hex68B06A290281F7a1f37
Octal15026015251050371723767
Binary1101000101100001101010101001010100011111111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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