#68BD7B

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

Shades of Fern #68BD7B

Tints of Fern #68BD7B

Color information

#68BD7B (or 0x68BD7B) is unknown color: approx Fern. HEX triplet: 68, BD and 7B. RGB value is (104,189,123). Sum of RGB (Red+Green+Blue) = 104+189+123=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD7B is #974284. Grayscale: #9C9C9C. Windows color (decimal): -9912965 or 8109416. OLE color: 8109416.

HSL color Cylindrical-coordinate representation of color #68BD7B: hue angle of 133.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BD7B is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB104189123-
CMYK0.4500.350.26
HSL133.41º39.17%57.45%-
HSV(B)133.41º44.97%74.12%-
XYZ27.4840.7725.16-
YUV156.06109.3490.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 189 (74.22% from 255) = 45.43%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=25%
G=45.43%
B=29.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041891230.4500.350.26133.4139.1757.45
Hex68BD7B2D0231A852739
Octal15027517355043322054771
Binary110100010111101111101110110101000111101010000101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,189,123); }

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

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

 a { background-color: rgb(104,189,123); }

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

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

 span { border-color: rgb(104,189,123); }

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