Html Css Color HEX #70B968 Fern

📋 copy color: '#70B968'

red 112 ◦ green 185 ◦ blue 104

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

Shades of Fern #70B968

Tints of Fern #70B968

RGB

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

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

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

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

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #70B968: hue angle of 114.07º 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 #70B968 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 185 104 -
CMYK 0.39 0 0.44 0.27
HSL 114.07º 0.37% 0.57% -
HSV(B) 114.07º 0.44% 0.73% -
XYZ 26.53 39.14 19.25 -
YUV 153.94 99.82 98.09 -
System Red Green Blue C M Y K H S L
Decimal 112 185 104 0.39 0 0.44 0.27 114.07 0.37 0.57
Hex 70 B9 68 27 0 2C 1B 72 25 39
Octal 160 271 150 47 0 54 33 162 45 71
Binary 1110000 10111001 1101000 100111 0 101100 11011 1110010 100101 111001

Color Harmonies of #70B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B968

Black with #70B968

Text Example


Text Example

White with #70B968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70B968; }

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

 H1.HeaderClassName
 {
   color: #70B968;
 }
 .AnyTagClassName
 {
   color: #70B968;
 }
</style>

background-color css

<style>
 a { background-color: #70B968; }

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

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

border-color css

<style>
 span { border-color: #70B968; }

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

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