Html Css Color HEX #70A672 Oxley

📋 copy color: '#70A672'

red 112 ◦ green 166 ◦ blue 114

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

Shades of Oxley #70A672

Tints of Oxley #70A672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 28.57%
G = 42.35%
B = 29.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#70A672 (or 0x70A672) is known color: Oxley. HEX triplet: 70, A6 and 72. RGB value is (112,166,114). Sum of RGB (Red+Green+Blue) = 112+166+114=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #70A672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A672 is #8F598D. Grayscale: #909090. Windows color (decimal): -9394574 or 7513712. OLE color: 7513712.

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

Color convert

RGB 112 166 114 -
CMYK 0.33 0 0.31 0.35
HSL 122.22º 0.23% 0.55% -
HSV(B) 122.22º 0.33% 0.65% -
XYZ 23.36 31.93 20.85 -
YUV 143.93 111.11 105.23 -
System Red Green Blue C M Y K H S L
Decimal 112 166 114 0.33 0 0.31 0.35 122.22 0.23 0.55
Hex 70 A6 72 21 0 1F 23 7A 17 37
Octal 160 246 162 41 0 37 43 172 27 67
Binary 1110000 10100110 1110010 100001 0 11111 100011 1111010 10111 110111

Color Harmonies of #70A672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A672

Black with #70A672

Text Example


Text Example

White with #70A672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,166,114); }

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

background-color css

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

 a { background-color: rgb(112,166,114); }

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

border-color css

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

 span { border-color: rgb(112,166,114); }

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