Html Css Color HEX #70AA78 Oxley

📋 copy color: '#70AA78'

red 112 ◦ green 170 ◦ blue 120

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

Shades of Oxley #70AA78

Tints of Oxley #70AA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

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

R = 27.86%
G = 42.29%
B = 29.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#70AA78 (or 0x70AA78) is known color: Oxley. HEX triplet: 70, AA and 78. RGB value is (112,170,120). Sum of RGB (Red+Green+Blue) = 112+170+120=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA78 is #8F5587. Grayscale: #939393. Windows color (decimal): -9393544 or 7907952. OLE color: 7907952.

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

Color convert

RGB 112 170 120 -
CMYK 0.34 0 0.29 0.33
HSL 128.28º 0.25% 0.55% -
HSV(B) 128.28º 0.34% 0.67% -
XYZ 24.45 33.55 22.96 -
YUV 146.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 112 170 120 0.34 0 0.29 0.33 128.28 0.25 0.55
Hex 70 AA 78 22 0 1D 21 80 19 37
Octal 160 252 170 42 0 35 41 200 31 67
Binary 1110000 10101010 1111000 100010 0 11101 100001 10000000 11001 110111

Color Harmonies of #70AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA78

Black with #70AA78

Text Example


Text Example

White with #70AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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