Html Css Color HEX #70A878 Oxley

📋 copy color: '#70A878'

red 112 ◦ green 168 ◦ blue 120

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

Shades of Oxley #70A878

Tints of Oxley #70A878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

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

R = 28%
G = 42%
B = 30%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#70A878 (or 0x70A878) is known color: Oxley. HEX triplet: 70, A8 and 78. RGB value is (112,168,120). Sum of RGB (Red+Green+Blue) = 112+168+120=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #70A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A878 is #8F5787. Grayscale: #919191. Windows color (decimal): -9394056 or 7907440. OLE color: 7907440.

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

Color convert

RGB 112 168 120 -
CMYK 0.33 0 0.29 0.34
HSL 128.57º 0.24% 0.55% -
HSV(B) 128.57º 0.33% 0.66% -
XYZ 24.07 32.81 22.83 -
YUV 145.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 112 168 120 0.33 0 0.29 0.34 128.57 0.24 0.55
Hex 70 A8 78 21 0 1D 22 81 18 37
Octal 160 250 170 41 0 35 42 201 30 67
Binary 1110000 10101000 1111000 100001 0 11101 100010 10000001 11000 110111

Color Harmonies of #70A878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A878

Black with #70A878

Text Example


Text Example

White with #70A878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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