#68B370

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

Shades of Fern #68B370

Tints of Fern #68B370

Color information

#68B370 (or 0x68B370) is unknown color: approx Fern. HEX triplet: 68, B3 and 70. RGB value is (104,179,112). Sum of RGB (Red+Green+Blue) = 104+179+112=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #68B370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B370 is #974C8F. Grayscale: #959595. Windows color (decimal): -9915536 or 7385960. OLE color: 7385960.

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

Color convert

RGB104179112-
CMYK0.4200.370.30
HSL126.4º33.04%55.49%-
HSV(B)126.4º41.9%70.2%-
XYZ24.7536.3521.04-
YUV148.94107.1595.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=26.33%
G=45.32%
B=28.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041791120.4200.370.30126.433.0455.49
Hex68B3702A0251E7e2137
Octal15026316052045361764167
Binary11010001011001111100001010100100101111101111110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,112); }

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

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

 a { background-color: rgb(104,179,112); }

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

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

 span { border-color: rgb(104,179,112); }

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