Html Css Color HEX #70A67D Oxley

📋 copy color: '#70A67D'

red 112 ◦ green 166 ◦ blue 125

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

Shades of Oxley #70A67D

Tints of Oxley #70A67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 27.79%
G = 41.19%
B = 31.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#70A67D (or 0x70A67D) is known color: Oxley. HEX triplet: 70, A6 and 7D. RGB value is (112,166,125). Sum of RGB (Red+Green+Blue) = 112+166+125=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #70A67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A67D is #8F5982. Grayscale: #919191. Windows color (decimal): -9394563 or 8234608. OLE color: 8234608.

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

Color convert

RGB 112 166 125 -
CMYK 0.33 0 0.25 0.35
HSL 134.44º 0.23% 0.55% -
HSV(B) 134.44º 0.33% 0.65% -
XYZ 24.02 32.2 24.35 -
YUV 145.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 112 166 125 0.33 0 0.25 0.35 134.44 0.23 0.55
Hex 70 A6 7D 21 0 19 23 86 17 37
Octal 160 246 175 41 0 31 43 206 27 67
Binary 1110000 10100110 1111101 100001 0 11001 100011 10000110 10111 110111

Color Harmonies of #70A67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A67D

Black with #70A67D

Text Example


Text Example

White with #70A67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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