Html Css Color HEX #70A578 Oxley

📋 copy color: '#70A578'

red 112 ◦ green 165 ◦ blue 120

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

Shades of Oxley #70A578

Tints of Oxley #70A578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 28.21%
G = 41.56%
B = 30.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#70A578 (or 0x70A578) is known color: Oxley. HEX triplet: 70, A5 and 78. RGB value is (112,165,120). Sum of RGB (Red+Green+Blue) = 112+165+120=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #70A578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A578 is #8F5A87. Grayscale: #909090. Windows color (decimal): -9394824 or 7906672. OLE color: 7906672.

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

Color convert

RGB 112 165 120 -
CMYK 0.32 0 0.27 0.35
HSL 129.06º 0.23% 0.54% -
HSV(B) 129.06º 0.32% 0.65% -
XYZ 23.53 31.71 22.65 -
YUV 144.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 112 165 120 0.32 0 0.27 0.35 129.06 0.23 0.54
Hex 70 A5 78 20 0 1B 23 81 17 36
Octal 160 245 170 40 0 33 43 201 27 66
Binary 1110000 10100101 1111000 100000 0 11011 100011 10000001 10111 110110

Color Harmonies of #70A578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A578

Black with #70A578

Text Example


Text Example

White with #70A578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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