Html Css Color HEX #70A37B Oxley

📋 copy color: '#70A37B'

red 112 ◦ green 163 ◦ blue 123

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

Shades of Oxley #70A37B

Tints of Oxley #70A37B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 28.14%
G = 40.95%
B = 30.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#70A37B (or 0x70A37B) is known color: Oxley. HEX triplet: 70, A3 and 7B. RGB value is (112,163,123). Sum of RGB (Red+Green+Blue) = 112+163+123=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #70A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A37B is #8F5C84. Grayscale: #8F8F8F. Windows color (decimal): -9395333 or 8102768. OLE color: 8102768.

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

Color convert

RGB 112 163 123 -
CMYK 0.31 0 0.25 0.36
HSL 132.94º 0.22% 0.54% -
HSV(B) 132.94º 0.31% 0.64% -
XYZ 23.35 31.07 23.5 -
YUV 143.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 112 163 123 0.31 0 0.25 0.36 132.94 0.22 0.54
Hex 70 A3 7B 1F 0 19 24 85 16 36
Octal 160 243 173 37 0 31 44 205 26 66
Binary 1110000 10100011 1111011 11111 0 11001 100100 10000101 10110 110110

Color Harmonies of #70A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A37B

Black with #70A37B

Text Example


Text Example

White with #70A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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