Html Css Color HEX #70B464 Fern

📋 copy color: '#70B464'

red 112 ◦ green 180 ◦ blue 100

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

Shades of Fern #70B464

Tints of Fern #70B464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.92%

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 28.57%
G = 45.92%
B = 25.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#70B464 (or 0x70B464) is known color: Fern. HEX triplet: 70, B4 and 64. RGB value is (112,180,100). Sum of RGB (Red+Green+Blue) = 112+180+100=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #70B464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B464 is #8F4B9B. Grayscale: #969696. Windows color (decimal): -9391004 or 6599792. OLE color: 6599792.

HSL color Cylindrical-coordinate representation of color #70B464: hue angle of 111º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70B464 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 100 -
CMYK 0.38 0 0.44 0.29
HSL 111º 0.35% 0.55% -
HSV(B) 111º 0.44% 0.71% -
XYZ 25.3 37.01 17.87 -
YUV 150.55 99.47 100.5 -
System Red Green Blue C M Y K H S L
Decimal 112 180 100 0.38 0 0.44 0.29 111 0.35 0.55
Hex 70 B4 64 26 0 2C 1D 6F 23 37
Octal 160 264 144 46 0 54 35 157 43 67
Binary 1110000 10110100 1100100 100110 0 101100 11101 1101111 100011 110111

Color Harmonies of #70B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B464

Black with #70B464

Text Example


Text Example

White with #70B464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,100); }

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

background-color css

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

 a { background-color: rgb(112,180,100); }

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

border-color css

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

 span { border-color: rgb(112,180,100); }

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