Html Css Color HEX #68AA70 Fern

📋 copy color: '#68AA70'

red 104 ◦ green 170 ◦ blue 112

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

Shades of Fern #68AA70

Tints of Fern #68AA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 26.94%
G = 44.04%
B = 29.02%

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

#68AA70 (or 0x68AA70) is known color: Fern. HEX triplet: 68, AA and 70. RGB value is (104,170,112). Sum of RGB (Red+Green+Blue) = 104+170+112=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA70 is #97558F. Grayscale: #8F8F8F. Windows color (decimal): -9917840 or 7383656. OLE color: 7383656.

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

Color convert

RGB 104 170 112 -
CMYK 0.39 0 0.34 0.33
HSL 127.27º 0.28% 0.54% -
HSV(B) 127.27º 0.39% 0.67% -
XYZ 23.01 32.86 20.46 -
YUV 143.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 104 170 112 0.39 0 0.34 0.33 127.27 0.28 0.54
Hex 68 AA 70 27 0 22 21 7F 1C 36
Octal 150 252 160 47 0 42 41 177 34 66
Binary 1101000 10101010 1110000 100111 0 100010 100001 1111111 11100 110110

Color Harmonies of #68AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA70

Black with #68AA70

Text Example


Text Example

White with #68AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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