Html Css Color HEX #70BD67 Fern

📋 copy color: '#70BD67'

red 112 ◦ green 189 ◦ blue 103

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

Shades of Fern #70BD67

Tints of Fern #70BD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.5%

R = 27.72%
G = 46.78%
B = 25.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#70BD67 (or 0x70BD67) is known color: Fern. HEX triplet: 70, BD and 67. RGB value is (112,189,103). Sum of RGB (Red+Green+Blue) = 112+189+103=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD67 is #8F4298. Grayscale: #9C9C9C. Windows color (decimal): -9388697 or 6798704. OLE color: 6798704.

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

Color convert

RGB 112 189 103 -
CMYK 0.41 0 0.46 0.26
HSL 113.72º 0.39% 0.57% -
HSV(B) 113.72º 0.46% 0.74% -
XYZ 27.33 40.82 19.27 -
YUV 156.17 97.99 96.49 -
System Red Green Blue C M Y K H S L
Decimal 112 189 103 0.41 0 0.46 0.26 113.72 0.39 0.57
Hex 70 BD 67 29 0 2E 1A 72 27 39
Octal 160 275 147 51 0 56 32 162 47 71
Binary 1110000 10111101 1100111 101001 0 101110 11010 1110010 100111 111001

Color Harmonies of #70BD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD67

Black with #70BD67

Text Example


Text Example

White with #70BD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,103); }

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

background-color css

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

 a { background-color: rgb(112,189,103); }

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

border-color css

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

 span { border-color: rgb(112,189,103); }

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