Html Css Color HEX #68AA74 Fern

📋 copy color: '#68AA74'

red 104 ◦ green 170 ◦ blue 116

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

Shades of Fern #68AA74

Tints of Fern #68AA74

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.59%

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

R = 26.67%
G = 43.59%
B = 29.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#68AA74 (or 0x68AA74) is known color: Fern. HEX triplet: 68, AA and 74. RGB value is (104,170,116). Sum of RGB (Red+Green+Blue) = 104+170+116=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA74 is #97558B. Grayscale: #909090. Windows color (decimal): -9917836 or 7645800. OLE color: 7645800.

HSL color Cylindrical-coordinate representation of color #68AA74: hue angle of 130.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA74 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 170 116 -
CMYK 0.39 0 0.32 0.33
HSL 130.91º 0.28% 0.54% -
HSV(B) 130.91º 0.39% 0.67% -
XYZ 23.24 32.95 21.66 -
YUV 144.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 104 170 116 0.39 0 0.32 0.33 130.91 0.28 0.54
Hex 68 AA 74 27 0 20 21 83 1C 36
Octal 150 252 164 47 0 40 41 203 34 66
Binary 1101000 10101010 1110100 100111 0 100000 100001 10000011 11100 110110

Color Harmonies of #68AA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA74

Black with #68AA74

Text Example


Text Example

White with #68AA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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