Html Css Color HEX #70B46C Fern

📋 copy color: '#70B46C'

red 112 ◦ green 180 ◦ blue 108

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

Shades of Fern #70B46C

Tints of Fern #70B46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27%

R = 28%
G = 45%
B = 27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#70B46C (or 0x70B46C) is known color: Fern. HEX triplet: 70, B4 and 6C. RGB value is (112,180,108). Sum of RGB (Red+Green+Blue) = 112+180+108=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #70B46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B46C is #8F4B93. Grayscale: #979797. Windows color (decimal): -9390996 or 7124080. OLE color: 7124080.

HSL color Cylindrical-coordinate representation of color #70B46C: hue angle of 116.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70B46C is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 108 -
CMYK 0.38 0 0.40 0.29
HSL 116.67º 0.32% 0.56% -
HSV(B) 116.67º 0.4% 0.71% -
XYZ 25.71 37.17 20.01 -
YUV 151.46 103.47 99.85 -
System Red Green Blue C M Y K H S L
Decimal 112 180 108 0.38 0 0.40 0.29 116.67 0.32 0.56
Hex 70 B4 6C 26 0 28 1D 75 20 38
Octal 160 264 154 46 0 50 35 165 40 70
Binary 1110000 10110100 1101100 100110 0 101000 11101 1110101 100000 111000

Color Harmonies of #70B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B46C

Black with #70B46C

Text Example


Text Example

White with #70B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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