Html Css Color HEX #68BD74 Fern

📋 copy color: '#68BD74'

red 104 ◦ green 189 ◦ blue 116

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

Shades of Fern #68BD74

Tints of Fern #68BD74

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.21%

 BLUE value IS 116 (45.7% from 255) = 28.36%

R = 25.43%
G = 46.21%
B = 28.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#68BD74 (or 0x68BD74) is known color: Fern. HEX triplet: 68, BD and 74. RGB value is (104,189,116). Sum of RGB (Red+Green+Blue) = 104+189+116=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD74 is #97428B. Grayscale: #9B9B9B. Windows color (decimal): -9912972 or 7650664. OLE color: 7650664.

HSL color Cylindrical-coordinate representation of color #68BD74: hue angle of 128.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BD74 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 189 116 -
CMYK 0.45 0 0.39 0.26
HSL 128.47º 0.39% 0.57% -
HSV(B) 128.47º 0.45% 0.74% -
XYZ 27.06 40.6 22.93 -
YUV 155.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 104 189 116 0.45 0 0.39 0.26 128.47 0.39 0.57
Hex 68 BD 74 2D 0 27 1A 80 27 39
Octal 150 275 164 55 0 47 32 200 47 71
Binary 1101000 10111101 1110100 101101 0 100111 11010 10000000 100111 111001

Color Harmonies of #68BD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BD74

Black with #68BD74

Text Example


Text Example

White with #68BD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,189,116); }

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

background-color css

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

 a { background-color: rgb(104,189,116); }

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

border-color css

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

 span { border-color: rgb(104,189,116); }

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