#68B272

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

Shades of Fern #68B272

Tints of Fern #68B272

Color information

#68B272 (or 0x68B272) is unknown color: approx Fern. HEX triplet: 68, B2 and 72. RGB value is (104,178,114). Sum of RGB (Red+Green+Blue) = 104+178+114=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #68B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B272 is #974D8D. Grayscale: #949494. Windows color (decimal): -9915790 or 7516776. OLE color: 7516776.

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

Color convert

RGB104178114-
CMYK0.4200.360.30
HSL128.11º32.46%55.29%-
HSV(B)128.11º41.57%69.8%-
XYZ24.673621.57-
YUV148.58108.4896.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=26.26%
G=44.95%
B=28.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041781140.4200.360.30128.1132.4655.29
Hex68B2722A0241E802037
Octal15026216252044362004067
Binary110100010110010111001010101001001001111010000000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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