Html Css Color HEX #68AE76 Fern

📋 copy color: '#68AE76'

red 104 ◦ green 174 ◦ blue 118

#68AE76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #68AE76

Tints of Fern #68AE76

RGB

 RED value IS 104 (41.02% from 255) = 26.26%

 GREEN value IS 174 (68.36% from 255) = 43.94%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 26.26%
G = 43.94%
B = 29.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#68AE76 (or 0x68AE76) is known color: Fern. HEX triplet: 68, AE and 76. RGB value is (104,174,118). Sum of RGB (Red+Green+Blue) = 104+174+118=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AE76 is #975189. Grayscale: #929292. Windows color (decimal): -9916810 or 7777896. OLE color: 7777896.

HSL color Cylindrical-coordinate representation of color #68AE76: hue angle of 132º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AE76 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 174 118 -
CMYK 0.40 0 0.32 0.32
HSL 132º 0.3% 0.55% -
HSV(B) 132º 0.4% 0.68% -
XYZ 24.11 34.52 22.53 -
YUV 146.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 104 174 118 0.40 0 0.32 0.32 132 0.3 0.55
Hex 68 AE 76 28 0 20 20 84 1E 37
Octal 150 256 166 50 0 40 40 204 36 67
Binary 1101000 10101110 1110110 101000 0 100000 100000 10000100 11110 110111

Color Harmonies of #68AE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AE76

Black with #68AE76

Text Example


Text Example

White with #68AE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68AE76;
 }
 .AnyTagClassName
 {
   color: #68AE76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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