Html Css Color HEX #70A574 Oxley

📋 copy color: '#70A574'

red 112 ◦ green 165 ◦ blue 116

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

Shades of Oxley #70A574

Tints of Oxley #70A574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 28.5%
G = 41.98%
B = 29.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#70A574 (or 0x70A574) is known color: Oxley. HEX triplet: 70, A5 and 74. RGB value is (112,165,116). Sum of RGB (Red+Green+Blue) = 112+165+116=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #70A574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A574 is #8F5A8B. Grayscale: #8F8F8F. Windows color (decimal): -9394828 or 7644528. OLE color: 7644528.

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

Color convert

RGB 112 165 116 -
CMYK 0.32 0 0.30 0.35
HSL 124.53º 0.23% 0.54% -
HSV(B) 124.53º 0.32% 0.65% -
XYZ 23.29 31.62 21.4 -
YUV 143.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 112 165 116 0.32 0 0.30 0.35 124.53 0.23 0.54
Hex 70 A5 74 20 0 1E 23 7D 17 36
Octal 160 245 164 40 0 36 43 175 27 66
Binary 1110000 10100101 1110100 100000 0 11110 100011 1111101 10111 110110

Color Harmonies of #70A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A574

Black with #70A574

Text Example


Text Example

White with #70A574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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