Html Css Color HEX #70B066 Fern

📋 copy color: '#70B066'

red 112 ◦ green 176 ◦ blue 102

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

Shades of Fern #70B066

Tints of Fern #70B066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 28.72%
G = 45.13%
B = 26.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#70B066 (or 0x70B066) is known color: Fern. HEX triplet: 70, B0 and 66. RGB value is (112,176,102). Sum of RGB (Red+Green+Blue) = 112+176+102=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #70B066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B066 is #8F4F99. Grayscale: #949494. Windows color (decimal): -9392026 or 6729840. OLE color: 6729840.

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

Color convert

RGB 112 176 102 -
CMYK 0.36 0 0.42 0.31
HSL 111.89º 0.32% 0.55% -
HSV(B) 111.89º 0.42% 0.69% -
XYZ 24.61 35.45 18.12 -
YUV 148.43 101.8 102.02 -
System Red Green Blue C M Y K H S L
Decimal 112 176 102 0.36 0 0.42 0.31 111.89 0.32 0.55
Hex 70 B0 66 24 0 2A 1F 70 20 37
Octal 160 260 146 44 0 52 37 160 40 67
Binary 1110000 10110000 1100110 100100 0 101010 11111 1110000 100000 110111

Color Harmonies of #70B066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B066

Black with #70B066

Text Example


Text Example

White with #70B066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,176,102); }

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

background-color css

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

 a { background-color: rgb(112,176,102); }

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

border-color css

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

 span { border-color: rgb(112,176,102); }

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