Html Css Color HEX #70B465 Fern

📋 copy color: '#70B465'

red 112 ◦ green 180 ◦ blue 101

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

Shades of Fern #70B465

Tints of Fern #70B465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 28.5%
G = 45.8%
B = 25.7%

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

#70B465 (or 0x70B465) is known color: Fern. HEX triplet: 70, B4 and 65. RGB value is (112,180,101). Sum of RGB (Red+Green+Blue) = 112+180+101=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #70B465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B465 is #8F4B9A. Grayscale: #969696. Windows color (decimal): -9391003 or 6665328. OLE color: 6665328.

HSL color Cylindrical-coordinate representation of color #70B465: hue angle of 111.65º degrees, saturation: 0.34, 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 #70B465 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 101 -
CMYK 0.38 0 0.44 0.29
HSL 111.65º 0.34% 0.55% -
HSV(B) 111.65º 0.44% 0.71% -
XYZ 25.35 37.03 18.12 -
YUV 150.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 112 180 101 0.38 0 0.44 0.29 111.65 0.34 0.55
Hex 70 B4 65 26 0 2C 1D 70 22 37
Octal 160 264 145 46 0 54 35 160 42 67
Binary 1110000 10110100 1100101 100110 0 101100 11101 1110000 100010 110111

Color Harmonies of #70B465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B465

Black with #70B465

Text Example


Text Example

White with #70B465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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