Html Css Color HEX #68B970 Fern

📋 copy color: '#68B970'

red 104 ◦ green 185 ◦ blue 112

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

Shades of Fern #68B970

Tints of Fern #68B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.13%

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

R = 25.94%
G = 46.13%
B = 27.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#68B970 (or 0x68B970) is known color: Fern. HEX triplet: 68, B9 and 70. RGB value is (104,185,112). Sum of RGB (Red+Green+Blue) = 104+185+112=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #68B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B970 is #97468F. Grayscale: #989898. Windows color (decimal): -9914000 or 7387496. OLE color: 7387496.

HSL color Cylindrical-coordinate representation of color #68B970: hue angle of 125.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B970 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 185 112 -
CMYK 0.44 0 0.39 0.27
HSL 125.93º 0.37% 0.57% -
HSV(B) 125.93º 0.44% 0.73% -
XYZ 25.98 38.81 21.45 -
YUV 152.46 105.16 93.44 -
System Red Green Blue C M Y K H S L
Decimal 104 185 112 0.44 0 0.39 0.27 125.93 0.37 0.57
Hex 68 B9 70 2C 0 27 1B 7E 25 39
Octal 150 271 160 54 0 47 33 176 45 71
Binary 1101000 10111001 1110000 101100 0 100111 11011 1111110 100101 111001

Color Harmonies of #68B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B970

Black with #68B970

Text Example


Text Example

White with #68B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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