Html Css Color HEX #70A57F Oxley

📋 copy color: '#70A57F'

red 112 ◦ green 165 ◦ blue 127

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

Shades of Oxley #70A57F

Tints of Oxley #70A57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 27.72%
G = 40.84%
B = 31.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#70A57F (or 0x70A57F) is known color: Oxley. HEX triplet: 70, A5 and 7F. RGB value is (112,165,127). Sum of RGB (Red+Green+Blue) = 112+165+127=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #70A57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A57F is #8F5A80. Grayscale: #909090. Windows color (decimal): -9394817 or 8365424. OLE color: 8365424.

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

Color convert

RGB 112 165 127 -
CMYK 0.32 0 0.23 0.35
HSL 136.98º 0.23% 0.54% -
HSV(B) 136.98º 0.32% 0.65% -
XYZ 23.97 31.89 24.97 -
YUV 144.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 112 165 127 0.32 0 0.23 0.35 136.98 0.23 0.54
Hex 70 A5 7F 20 0 17 23 89 17 36
Octal 160 245 177 40 0 27 43 211 27 66
Binary 1110000 10100101 1111111 100000 0 10111 100011 10001001 10111 110110

Color Harmonies of #70A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A57F

Black with #70A57F

Text Example


Text Example

White with #70A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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