Html Css Color HEX #70A978 Oxley

📋 copy color: '#70A978'

red 112 ◦ green 169 ◦ blue 120

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

Shades of Oxley #70A978

Tints of Oxley #70A978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

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

R = 27.93%
G = 42.14%
B = 29.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#70A978 (or 0x70A978) is known color: Oxley. HEX triplet: 70, A9 and 78. RGB value is (112,169,120). Sum of RGB (Red+Green+Blue) = 112+169+120=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #70A978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A978 is #8F5687. Grayscale: #929292. Windows color (decimal): -9393800 or 7907696. OLE color: 7907696.

HSL color Cylindrical-coordinate representation of color #70A978: hue angle of 128.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A978 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 169 120 -
CMYK 0.34 0 0.29 0.34
HSL 128.42º 0.25% 0.55% -
HSV(B) 128.42º 0.34% 0.66% -
XYZ 24.26 33.18 22.89 -
YUV 146.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 112 169 120 0.34 0 0.29 0.34 128.42 0.25 0.55
Hex 70 A9 78 22 0 1D 22 80 19 37
Octal 160 251 170 42 0 35 42 200 31 67
Binary 1110000 10101001 1111000 100010 0 11101 100010 10000000 11001 110111

Color Harmonies of #70A978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A978

Black with #70A978

Text Example


Text Example

White with #70A978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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