Html Css Color HEX #68AE74 Fern

📋 copy color: '#68AE74'

red 104 ◦ green 174 ◦ blue 116

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

Shades of Fern #68AE74

Tints of Fern #68AE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.44%

R = 26.4%
G = 44.16%
B = 29.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#68AE74 (or 0x68AE74) is known color: Fern. HEX triplet: 68, AE and 74. RGB value is (104,174,116). Sum of RGB (Red+Green+Blue) = 104+174+116=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AE74 is #97518B. Grayscale: #929292. Windows color (decimal): -9916812 or 7646824. OLE color: 7646824.

HSL color Cylindrical-coordinate representation of color #68AE74: hue angle of 130.29º 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 #68AE74 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 174 116 -
CMYK 0.40 0 0.33 0.32
HSL 130.29º 0.3% 0.55% -
HSV(B) 130.29º 0.4% 0.68% -
XYZ 24 34.48 21.91 -
YUV 146.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 104 174 116 0.40 0 0.33 0.32 130.29 0.3 0.55
Hex 68 AE 74 28 0 21 20 82 1E 37
Octal 150 256 164 50 0 41 40 202 36 67
Binary 1101000 10101110 1110100 101000 0 100001 100000 10000010 11110 110111

Color Harmonies of #68AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AE74

Black with #68AE74

Text Example


Text Example

White with #68AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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