Html Css Color HEX #70B17A Fern

📋 copy color: '#70B17A'

red 112 ◦ green 177 ◦ blue 122

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

Shades of Fern #70B17A

Tints of Fern #70B17A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.07%

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 27.25%
G = 43.07%
B = 29.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#70B17A (or 0x70B17A) is known color: Fern. HEX triplet: 70, B1 and 7A. RGB value is (112,177,122). Sum of RGB (Red+Green+Blue) = 112+177+122=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #70B17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B17A is #8F4E85. Grayscale: #979797. Windows color (decimal): -9391750 or 8040816. OLE color: 8040816.

HSL color Cylindrical-coordinate representation of color #70B17A: hue angle of 129.23º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B17A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 177 122 -
CMYK 0.37 0 0.31 0.31
HSL 129.23º 0.29% 0.57% -
HSV(B) 129.23º 0.37% 0.69% -
XYZ 25.92 36.29 24.05 -
YUV 151.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 112 177 122 0.37 0 0.31 0.31 129.23 0.29 0.57
Hex 70 B1 7A 25 0 1F 1F 81 1D 39
Octal 160 261 172 45 0 37 37 201 35 71
Binary 1110000 10110001 1111010 100101 0 11111 11111 10000001 11101 111001

Color Harmonies of #70B17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B17A

Black with #70B17A

Text Example


Text Example

White with #70B17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,177,122); }

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

background-color css

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

 a { background-color: rgb(112,177,122); }

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

border-color css

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

 span { border-color: rgb(112,177,122); }

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