Html Css Color HEX #70A67C Oxley

📋 copy color: '#70A67C'

red 112 ◦ green 166 ◦ blue 124

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

Shades of Oxley #70A67C

Tints of Oxley #70A67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 27.86%
G = 41.29%
B = 30.85%

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

#70A67C (or 0x70A67C) is known color: Oxley. HEX triplet: 70, A6 and 7C. RGB value is (112,166,124). Sum of RGB (Red+Green+Blue) = 112+166+124=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #70A67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A67C is #8F5983. Grayscale: #919191. Windows color (decimal): -9394564 or 8169072. OLE color: 8169072.

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

Color convert

RGB 112 166 124 -
CMYK 0.33 0 0.25 0.35
HSL 133.33º 0.23% 0.55% -
HSV(B) 133.33º 0.33% 0.65% -
XYZ 23.96 32.17 24.02 -
YUV 145.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 112 166 124 0.33 0 0.25 0.35 133.33 0.23 0.55
Hex 70 A6 7C 21 0 19 23 85 17 37
Octal 160 246 174 41 0 31 43 205 27 67
Binary 1110000 10100110 1111100 100001 0 11001 100011 10000101 10111 110111

Color Harmonies of #70A67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A67C

Black with #70A67C

Text Example


Text Example

White with #70A67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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