Html Css Color HEX #70A576 Oxley

📋 copy color: '#70A576'

red 112 ◦ green 165 ◦ blue 118

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

Shades of Oxley #70A576

Tints of Oxley #70A576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 28.35%
G = 41.77%
B = 29.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#70A576 (or 0x70A576) is known color: Oxley. HEX triplet: 70, A5 and 76. RGB value is (112,165,118). Sum of RGB (Red+Green+Blue) = 112+165+118=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #70A576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A576 is #8F5A89. Grayscale: #8F8F8F. Windows color (decimal): -9394826 or 7775600. OLE color: 7775600.

HSL color Cylindrical-coordinate representation of color #70A576: hue angle of 126.79º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A576 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 165 118 -
CMYK 0.32 0 0.28 0.35
HSL 126.79º 0.23% 0.54% -
HSV(B) 126.79º 0.32% 0.65% -
XYZ 23.41 31.66 22.02 -
YUV 143.8 113.44 105.32 -
System Red Green Blue C M Y K H S L
Decimal 112 165 118 0.32 0 0.28 0.35 126.79 0.23 0.54
Hex 70 A5 76 20 0 1C 23 7F 17 36
Octal 160 245 166 40 0 34 43 177 27 66
Binary 1110000 10100101 1110110 100000 0 11100 100011 1111111 10111 110110

Color Harmonies of #70A576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A576

Black with #70A576

Text Example


Text Example

White with #70A576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,165,118); }

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

background-color css

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

 a { background-color: rgb(112,165,118); }

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

border-color css

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

 span { border-color: rgb(112,165,118); }

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