Html Css Color HEX #70B268 Fern

📋 copy color: '#70B268'

red 112 ◦ green 178 ◦ blue 104

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

Shades of Fern #70B268

Tints of Fern #70B268

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.18%

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 28.43%
G = 45.18%
B = 26.4%

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

#70B268 (or 0x70B268) is known color: Fern. HEX triplet: 70, B2 and 68. RGB value is (112,178,104). Sum of RGB (Red+Green+Blue) = 112+178+104=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #70B268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B268 is #8F4D97. Grayscale: #969696. Windows color (decimal): -9391512 or 6861424. OLE color: 6861424.

HSL color Cylindrical-coordinate representation of color #70B268: hue angle of 113.51º degrees, saturation: 0.32, 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 #70B268 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 178 104 -
CMYK 0.37 0 0.42 0.30
HSL 113.51º 0.32% 0.55% -
HSV(B) 113.51º 0.42% 0.7% -
XYZ 25.1 36.29 18.78 -
YUV 149.83 102.13 101.02 -
System Red Green Blue C M Y K H S L
Decimal 112 178 104 0.37 0 0.42 0.30 113.51 0.32 0.55
Hex 70 B2 68 25 0 2A 1E 72 20 37
Octal 160 262 150 45 0 52 36 162 40 67
Binary 1110000 10110010 1101000 100101 0 101010 11110 1110010 100000 110111

Color Harmonies of #70B268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B268

Black with #70B268

Text Example


Text Example

White with #70B268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,178,104); }

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

background-color css

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

 a { background-color: rgb(112,178,104); }

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

border-color css

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

 span { border-color: rgb(112,178,104); }

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