Html Css Color HEX #70AF7B Fern

📋 copy color: '#70AF7B'

red 112 ◦ green 175 ◦ blue 123

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

Shades of Fern #70AF7B

Tints of Fern #70AF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30%

R = 27.32%
G = 42.68%
B = 30%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#70AF7B (or 0x70AF7B) is known color: Fern. HEX triplet: 70, AF and 7B. RGB value is (112,175,123). Sum of RGB (Red+Green+Blue) = 112+175+123=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF7B is #8F5084. Grayscale: #969696. Windows color (decimal): -9392261 or 8105840. OLE color: 8105840.

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

Color convert

RGB 112 175 123 -
CMYK 0.36 0 0.30 0.31
HSL 130.48º 0.28% 0.56% -
HSV(B) 130.48º 0.36% 0.69% -
XYZ 25.59 35.53 24.25 -
YUV 150.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 112 175 123 0.36 0 0.30 0.31 130.48 0.28 0.56
Hex 70 AF 7B 24 0 1E 1F 82 1C 38
Octal 160 257 173 44 0 36 37 202 34 70
Binary 1110000 10101111 1111011 100100 0 11110 11111 10000010 11100 111000

Color Harmonies of #70AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF7B

Black with #70AF7B

Text Example


Text Example

White with #70AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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