Html Css Color HEX #70BC69 Fern

📋 copy color: '#70BC69'

red 112 ◦ green 188 ◦ blue 105

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

Shades of Fern #70BC69

Tints of Fern #70BC69

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 105 (41.41% from 255) = 25.93%

R = 27.65%
G = 46.42%
B = 25.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#70BC69 (or 0x70BC69) is known color: Fern. HEX triplet: 70, BC and 69. RGB value is (112,188,105). Sum of RGB (Red+Green+Blue) = 112+188+105=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC69 is #8F4396. Grayscale: #9C9C9C. Windows color (decimal): -9388951 or 6929520. OLE color: 6929520.

HSL color Cylindrical-coordinate representation of color #70BC69: hue angle of 114.94º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70BC69 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 105 -
CMYK 0.40 0 0.44 0.26
HSL 114.94º 0.38% 0.57% -
HSV(B) 114.94º 0.44% 0.74% -
XYZ 27.22 40.43 19.73 -
YUV 155.81 99.32 96.75 -
System Red Green Blue C M Y K H S L
Decimal 112 188 105 0.40 0 0.44 0.26 114.94 0.38 0.57
Hex 70 BC 69 28 0 2C 1A 73 26 39
Octal 160 274 151 50 0 54 32 163 46 71
Binary 1110000 10111100 1101001 101000 0 101100 11010 1110011 100110 111001

Color Harmonies of #70BC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC69

Black with #70BC69

Text Example


Text Example

White with #70BC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,105); }

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

background-color css

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

 a { background-color: rgb(112,188,105); }

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

border-color css

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

 span { border-color: rgb(112,188,105); }

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