Html Css Color HEX #70AF69 Fern

📋 copy color: '#70AF69'

red 112 ◦ green 175 ◦ blue 105

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

Shades of Fern #70AF69

Tints of Fern #70AF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.64%

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

R = 28.57%
G = 44.64%
B = 26.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#70AF69 (or 0x70AF69) is known color: Fern. HEX triplet: 70, AF and 69. RGB value is (112,175,105). Sum of RGB (Red+Green+Blue) = 112+175+105=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF69 is #8F5096. Grayscale: #949494. Windows color (decimal): -9392279 or 6926192. OLE color: 6926192.

HSL color Cylindrical-coordinate representation of color #70AF69: hue angle of 114º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70AF69 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 175 105 -
CMYK 0.36 0 0.40 0.31
HSL 114º 0.3% 0.55% -
HSV(B) 114º 0.4% 0.69% -
XYZ 24.56 35.12 18.85 -
YUV 148.18 103.63 102.19 -
System Red Green Blue C M Y K H S L
Decimal 112 175 105 0.36 0 0.40 0.31 114 0.3 0.55
Hex 70 AF 69 24 0 28 1F 72 1E 37
Octal 160 257 151 44 0 50 37 162 36 67
Binary 1110000 10101111 1101001 100100 0 101000 11111 1110010 11110 110111

Color Harmonies of #70AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF69

Black with #70AF69

Text Example


Text Example

White with #70AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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