Html Css Color HEX #68BF7D Fern

📋 copy color: '#68BF7D'

red 104 ◦ green 191 ◦ blue 125

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

Shades of Fern #68BF7D

Tints of Fern #68BF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 45.48%

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 24.76%
G = 45.48%
B = 29.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#68BF7D (or 0x68BF7D) is known color: Fern. HEX triplet: 68, BF and 7D. RGB value is (104,191,125). Sum of RGB (Red+Green+Blue) = 104+191+125=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF7D is #974082. Grayscale: #9D9D9D. Windows color (decimal): -9912451 or 8241000. OLE color: 8241000.

HSL color Cylindrical-coordinate representation of color #68BF7D: hue angle of 134.48º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BF7D is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 191 125 -
CMYK 0.46 0 0.35 0.25
HSL 134.48º 0.4% 0.58% -
HSV(B) 134.48º 0.46% 0.75% -
XYZ 28.04 41.69 25.97 -
YUV 157.46 109.68 89.87 -
System Red Green Blue C M Y K H S L
Decimal 104 191 125 0.46 0 0.35 0.25 134.48 0.4 0.58
Hex 68 BF 7D 2E 0 23 19 86 28 3A
Octal 150 277 175 56 0 43 31 206 50 72
Binary 1101000 10111111 1111101 101110 0 100011 11001 10000110 101000 111010

Color Harmonies of #68BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BF7D

Black with #68BF7D

Text Example


Text Example

White with #68BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,191,125); }

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

background-color css

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

 a { background-color: rgb(104,191,125); }

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

border-color css

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

 span { border-color: rgb(104,191,125); }

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