Html Css Color HEX #68AA71 Fern

📋 copy color: '#68AA71'

red 104 ◦ green 170 ◦ blue 113

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

Shades of Fern #68AA71

Tints of Fern #68AA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 26.87%
G = 43.93%
B = 29.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#68AA71 (or 0x68AA71) is known color: Fern. HEX triplet: 68, AA and 71. RGB value is (104,170,113). Sum of RGB (Red+Green+Blue) = 104+170+113=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA71 is #97558E. Grayscale: #8F8F8F. Windows color (decimal): -9917839 or 7449192. OLE color: 7449192.

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

Color convert

RGB 104 170 113 -
CMYK 0.39 0 0.34 0.33
HSL 128.18º 0.28% 0.54% -
HSV(B) 128.18º 0.39% 0.67% -
XYZ 23.06 32.88 20.75 -
YUV 143.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 104 170 113 0.39 0 0.34 0.33 128.18 0.28 0.54
Hex 68 AA 71 27 0 22 21 80 1C 36
Octal 150 252 161 47 0 42 41 200 34 66
Binary 1101000 10101010 1110001 100111 0 100010 100001 10000000 11100 110110

Color Harmonies of #68AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA71

Black with #68AA71

Text Example


Text Example

White with #68AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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