Html Css Color HEX #70A178 Oxley

📋 copy color: '#70A178'

red 112 ◦ green 161 ◦ blue 120

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

Shades of Oxley #70A178

Tints of Oxley #70A178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 28.5%
G = 40.97%
B = 30.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#70A178 (or 0x70A178) is known color: Oxley. HEX triplet: 70, A1 and 78. RGB value is (112,161,120). Sum of RGB (Red+Green+Blue) = 112+161+120=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #70A178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A178 is #8F5E87. Grayscale: #8D8D8D. Windows color (decimal): -9395848 or 7905648. OLE color: 7905648.

HSL color Cylindrical-coordinate representation of color #70A178: hue angle of 129.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A178 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 161 120 -
CMYK 0.30 0 0.25 0.37
HSL 129.8º 0.21% 0.54% -
HSV(B) 129.8º 0.3% 0.63% -
XYZ 22.82 30.29 22.41 -
YUV 141.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 112 161 120 0.30 0 0.25 0.37 129.8 0.21 0.54
Hex 70 A1 78 1E 0 19 25 82 15 36
Octal 160 241 170 36 0 31 45 202 25 66
Binary 1110000 10100001 1111000 11110 0 11001 100101 10000010 10101 110110

Color Harmonies of #70A178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A178

Black with #70A178

Text Example


Text Example

White with #70A178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,161,120); }

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

background-color css

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

 a { background-color: rgb(112,161,120); }

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

border-color css

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

 span { border-color: rgb(112,161,120); }

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