Html Css Color HEX #70B869 Fern

📋 copy color: '#70B869'

red 112 ◦ green 184 ◦ blue 105

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

Shades of Fern #70B869

Tints of Fern #70B869

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.89%

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 27.93%
G = 45.89%
B = 26.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#70B869 (or 0x70B869) is known color: Fern. HEX triplet: 70, B8 and 69. RGB value is (112,184,105). Sum of RGB (Red+Green+Blue) = 112+184+105=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #70B869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B869 is #8F4796. Grayscale: #999999. Windows color (decimal): -9389975 or 6928496. OLE color: 6928496.

HSL color Cylindrical-coordinate representation of color #70B869: hue angle of 114.68º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70B869 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 105 -
CMYK 0.39 0 0.43 0.28
HSL 114.68º 0.36% 0.57% -
HSV(B) 114.68º 0.43% 0.72% -
XYZ 26.37 38.75 19.45 -
YUV 153.47 100.65 98.42 -
System Red Green Blue C M Y K H S L
Decimal 112 184 105 0.39 0 0.43 0.28 114.68 0.36 0.57
Hex 70 B8 69 27 0 2B 1C 73 24 39
Octal 160 270 151 47 0 53 34 163 44 71
Binary 1110000 10111000 1101001 100111 0 101011 11100 1110011 100100 111001

Color Harmonies of #70B869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B869

Black with #70B869

Text Example


Text Example

White with #70B869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,184,105); }

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

background-color css

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

 a { background-color: rgb(112,184,105); }

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

border-color css

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

 span { border-color: rgb(112,184,105); }

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