Html Css Color HEX #70AB7E Oxley

📋 copy color: '#70AB7E'

red 112 ◦ green 171 ◦ blue 126

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

Shades of Oxley #70AB7E

Tints of Oxley #70AB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 27.38%
G = 41.81%
B = 30.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#70AB7E (or 0x70AB7E) is known color: Oxley. HEX triplet: 70, AB and 7E. RGB value is (112,171,126). Sum of RGB (Red+Green+Blue) = 112+171+126=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB7E is #8F5481. Grayscale: #949494. Windows color (decimal): -9393282 or 8301424. OLE color: 8301424.

HSL color Cylindrical-coordinate representation of color #70AB7E: hue angle of 134.24º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB7E is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 126 -
CMYK 0.35 0 0.26 0.33
HSL 134.24º 0.26% 0.55% -
HSV(B) 134.24º 0.35% 0.67% -
XYZ 25.01 34.08 25 -
YUV 148.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 112 171 126 0.35 0 0.26 0.33 134.24 0.26 0.55
Hex 70 AB 7E 23 0 1A 21 86 1A 37
Octal 160 253 176 43 0 32 41 206 32 67
Binary 1110000 10101011 1111110 100011 0 11010 100001 10000110 11010 110111

Color Harmonies of #70AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB7E

Black with #70AB7E

Text Example


Text Example

White with #70AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,126); }

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

background-color css

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

 a { background-color: rgb(112,171,126); }

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

border-color css

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

 span { border-color: rgb(112,171,126); }

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