#70A679

Color #70A679 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #70A679

Tints of Oxley #70A679

Color information

#70A679 (or 0x70A679) is unknown color: approx Oxley. HEX triplet: 70, A6 and 79. RGB value is (112,166,121). Sum of RGB (Red+Green+Blue) = 112+166+121=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #70A679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A679 is #8F5986. Grayscale: #909090. Windows color (decimal): -9394567 or 7972464. OLE color: 7972464.

HSL color Cylindrical-coordinate representation of color #70A679: hue angle of 130º 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 #70A679 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB112166121-
CMYK0.3300.270.35
HSL130º23.28%54.51%-
HSV(B)130º32.53%65.1%-
XYZ23.7732.123.03-
YUV144.72114.61104.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 166 (65.23% from 255) = 41.60%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=28.07%
G=41.60%
B=30.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121661210.3300.270.3513023.2854.51
Hex70A6792101B23821737
Octal16024617141033432022767
Binary11100001010011011110011000010110111000111000001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70A679;
 }
 .AnyTagClassName
 {
   color: #70A679;
 }
</style>
background-color css

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

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

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

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

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

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