Html Css Color HEX #70B367 Fern

📋 copy color: '#70B367'

red 112 ◦ green 179 ◦ blue 103

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

Shades of Fern #70B367

Tints of Fern #70B367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.43%

 BLUE value IS 103 (40.63% from 255) = 26.14%

R = 28.43%
G = 45.43%
B = 26.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#70B367 (or 0x70B367) is known color: Fern. HEX triplet: 70, B3 and 67. RGB value is (112,179,103). Sum of RGB (Red+Green+Blue) = 112+179+103=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #70B367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B367 is #8F4C98. Grayscale: #969696. Windows color (decimal): -9391257 or 6796144. OLE color: 6796144.

HSL color Cylindrical-coordinate representation of color #70B367: hue angle of 112.89º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70B367 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 103 -
CMYK 0.37 0 0.42 0.30
HSL 112.89º 0.33% 0.55% -
HSV(B) 112.89º 0.42% 0.7% -
XYZ 25.25 36.66 18.58 -
YUV 150.3 101.3 100.68 -
System Red Green Blue C M Y K H S L
Decimal 112 179 103 0.37 0 0.42 0.30 112.89 0.33 0.55
Hex 70 B3 67 25 0 2A 1E 71 21 37
Octal 160 263 147 45 0 52 36 161 41 67
Binary 1110000 10110011 1100111 100101 0 101010 11110 1110001 100001 110111

Color Harmonies of #70B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B367

Black with #70B367

Text Example


Text Example

White with #70B367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,179,103); }

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

background-color css

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

 a { background-color: rgb(112,179,103); }

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

border-color css

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

 span { border-color: rgb(112,179,103); }

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