Html Css Color HEX #70A27A Oxley

📋 copy color: '#70A27A'

red 112 ◦ green 162 ◦ blue 122

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

Shades of Oxley #70A27A

Tints of Oxley #70A27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 28.28%
G = 40.91%
B = 30.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#70A27A (or 0x70A27A) is known color: Oxley. HEX triplet: 70, A2 and 7A. RGB value is (112,162,122). Sum of RGB (Red+Green+Blue) = 112+162+122=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #70A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A27A is #8F5D85. Grayscale: #8E8E8E. Windows color (decimal): -9395590 or 8036976. OLE color: 8036976.

HSL color Cylindrical-coordinate representation of color #70A27A: hue angle of 132º 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 #70A27A is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 162 122 -
CMYK 0.31 0 0.25 0.36
HSL 132º 0.21% 0.54% -
HSV(B) 132º 0.31% 0.64% -
XYZ 23.12 30.69 23.12 -
YUV 142.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 112 162 122 0.31 0 0.25 0.36 132 0.21 0.54
Hex 70 A2 7A 1F 0 19 24 84 15 36
Octal 160 242 172 37 0 31 44 204 25 66
Binary 1110000 10100010 1111010 11111 0 11001 100100 10000100 10101 110110

Color Harmonies of #70A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A27A

Black with #70A27A

Text Example


Text Example

White with #70A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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