Html Css Color HEX #70A271 Oxley

📋 copy color: '#70A271'

red 112 ◦ green 162 ◦ blue 113

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

Shades of Oxley #70A271

Tints of Oxley #70A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 28.94%
G = 41.86%
B = 29.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#70A271 (or 0x70A271) is known color: Oxley. HEX triplet: 70, A2 and 71. RGB value is (112,162,113). Sum of RGB (Red+Green+Blue) = 112+162+113=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #70A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A271 is #8F5D8E. Grayscale: #8D8D8D. Windows color (decimal): -9395599 or 7447152. OLE color: 7447152.

HSL color Cylindrical-coordinate representation of color #70A271: hue angle of 121.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A271 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 162 113 -
CMYK 0.31 0 0.30 0.36
HSL 121.2º 0.21% 0.54% -
HSV(B) 121.2º 0.31% 0.64% -
XYZ 22.58 30.48 20.32 -
YUV 141.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 112 162 113 0.31 0 0.30 0.36 121.2 0.21 0.54
Hex 70 A2 71 1F 0 1E 24 79 15 36
Octal 160 242 161 37 0 36 44 171 25 66
Binary 1110000 10100010 1110001 11111 0 11110 100100 1111001 10101 110110

Color Harmonies of #70A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A271

Black with #70A271

Text Example


Text Example

White with #70A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,162,113); }

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

background-color css

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

 a { background-color: rgb(112,162,113); }

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

border-color css

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

 span { border-color: rgb(112,162,113); }

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