Html Css Color HEX #70A375 Oxley

📋 copy color: '#70A375'

red 112 ◦ green 163 ◦ blue 117

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

Shades of Oxley #70A375

Tints of Oxley #70A375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 28.57%
G = 41.58%
B = 29.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#70A375 (or 0x70A375) is known color: Oxley. HEX triplet: 70, A3 and 75. RGB value is (112,163,117). Sum of RGB (Red+Green+Blue) = 112+163+117=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 163 - color contains mainly: green. Hex color #70A375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A375 is #8F5C8A. Grayscale: #8E8E8E. Windows color (decimal): -9395339 or 7709552. OLE color: 7709552.

HSL color Cylindrical-coordinate representation of color #70A375: hue angle of 125.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A375 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 117 -
CMYK 0.31 0 0.28 0.36
HSL 125.88º 0.22% 0.54% -
HSV(B) 125.88º 0.31% 0.64% -
XYZ 22.99 30.92 21.59 -
YUV 142.51 113.6 106.24 -
System Red Green Blue C M Y K H S L
Decimal 112 163 117 0.31 0 0.28 0.36 125.88 0.22 0.54
Hex 70 A3 75 1F 0 1C 24 7E 16 36
Octal 160 243 165 37 0 34 44 176 26 66
Binary 1110000 10100011 1110101 11111 0 11100 100100 1111110 10110 110110

Color Harmonies of #70A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A375

Black with #70A375

Text Example


Text Example

White with #70A375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,163,117); }

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

background-color css

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

 a { background-color: rgb(112,163,117); }

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

border-color css

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

 span { border-color: rgb(112,163,117); }

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