Html Css Color HEX #68AF71 Fern

📋 copy color: '#68AF71'

red 104 ◦ green 175 ◦ blue 113

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

Shades of Fern #68AF71

Tints of Fern #68AF71

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.64%

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

R = 26.53%
G = 44.64%
B = 28.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#68AF71 (or 0x68AF71) is known color: Fern. HEX triplet: 68, AF and 71. RGB value is (104,175,113). Sum of RGB (Red+Green+Blue) = 104+175+113=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF71 is #97508E. Grayscale: #929292. Windows color (decimal): -9916559 or 7450472. OLE color: 7450472.

HSL color Cylindrical-coordinate representation of color #68AF71: hue angle of 127.61º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF71 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 113 -
CMYK 0.41 0 0.35 0.31
HSL 127.61º 0.31% 0.55% -
HSV(B) 127.61º 0.41% 0.69% -
XYZ 24.02 34.8 21.07 -
YUV 146.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 104 175 113 0.41 0 0.35 0.31 127.61 0.31 0.55
Hex 68 AF 71 29 0 23 1F 80 1F 37
Octal 150 257 161 51 0 43 37 200 37 67
Binary 1101000 10101111 1110001 101001 0 100011 11111 10000000 11111 110111

Color Harmonies of #68AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF71

Black with #68AF71

Text Example


Text Example

White with #68AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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