Html Css Color HEX #68A770 Fern

📋 copy color: '#68A770'

red 104 ◦ green 167 ◦ blue 112

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

Shades of Fern #68A770

Tints of Fern #68A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.6%

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

R = 27.15%
G = 43.6%
B = 29.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#68A770 (or 0x68A770) is known color: Fern. HEX triplet: 68, A7 and 70. RGB value is (104,167,112). Sum of RGB (Red+Green+Blue) = 104+167+112=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #68A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A770 is #97588F. Grayscale: #8E8E8E. Windows color (decimal): -9918608 or 7382888. OLE color: 7382888.

HSL color Cylindrical-coordinate representation of color #68A770: hue angle of 127.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A770 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 167 112 -
CMYK 0.38 0 0.33 0.35
HSL 127.62º 0.26% 0.53% -
HSV(B) 127.62º 0.38% 0.65% -
XYZ 22.45 31.75 20.27 -
YUV 141.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 104 167 112 0.38 0 0.33 0.35 127.62 0.26 0.53
Hex 68 A7 70 26 0 21 23 80 1A 35
Octal 150 247 160 46 0 41 43 200 32 65
Binary 1101000 10100111 1110000 100110 0 100001 100011 10000000 11010 110101

Color Harmonies of #68A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A770

Black with #68A770

Text Example


Text Example

White with #68A770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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