Html Css Color HEX #70C769 Fern

📋 copy color: '#70C769'

red 112 ◦ green 199 ◦ blue 105

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

Shades of Fern #70C769

Tints of Fern #70C769

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.84%

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

R = 26.92%
G = 47.84%
B = 25.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#70C769 (or 0x70C769) is known color: Fern. HEX triplet: 70, C7 and 69. RGB value is (112,199,105). Sum of RGB (Red+Green+Blue) = 112+199+105=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #70C769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C769 is #8F3896. Grayscale: #A2A2A2. Windows color (decimal): -9386135 or 6932336. OLE color: 6932336.

HSL color Cylindrical-coordinate representation of color #70C769: hue angle of 115.53º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70C769 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 199 105 -
CMYK 0.44 0 0.47 0.22
HSL 115.53º 0.46% 0.6% -
HSV(B) 115.53º 0.47% 0.78% -
XYZ 29.66 45.31 20.55 -
YUV 162.27 95.68 92.14 -
System Red Green Blue C M Y K H S L
Decimal 112 199 105 0.44 0 0.47 0.22 115.53 0.46 0.6
Hex 70 C7 69 2C 0 2F 16 74 2E 3C
Octal 160 307 151 54 0 57 26 164 56 74
Binary 1110000 11000111 1101001 101100 0 101111 10110 1110100 101110 111100

Color Harmonies of #70C769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C769

Black with #70C769

Text Example


Text Example

White with #70C769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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