Html Css Color HEX #70AF6A Fern

📋 copy color: '#70AF6A'

red 112 ◦ green 175 ◦ blue 106

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

Shades of Fern #70AF6A

Tints of Fern #70AF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 28.5%
G = 44.53%
B = 26.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#70AF6A (or 0x70AF6A) is known color: Fern. HEX triplet: 70, AF and 6A. RGB value is (112,175,106). Sum of RGB (Red+Green+Blue) = 112+175+106=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF6A is #8F5095. Grayscale: #949494. Windows color (decimal): -9392278 or 6991728. OLE color: 6991728.

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

Color convert

RGB 112 175 106 -
CMYK 0.36 0 0.39 0.31
HSL 114.78º 0.3% 0.55% -
HSV(B) 114.78º 0.39% 0.69% -
XYZ 24.61 35.15 19.12 -
YUV 148.3 104.13 102.11 -
System Red Green Blue C M Y K H S L
Decimal 112 175 106 0.36 0 0.39 0.31 114.78 0.3 0.55
Hex 70 AF 6A 24 0 27 1F 73 1E 37
Octal 160 257 152 44 0 47 37 163 36 67
Binary 1110000 10101111 1101010 100100 0 100111 11111 1110011 11110 110111

Color Harmonies of #70AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF6A

Black with #70AF6A

Text Example


Text Example

White with #70AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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