Html Css Color HEX #70AB7D Oxley

📋 copy color: '#70AB7D'

red 112 ◦ green 171 ◦ blue 125

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

Shades of Oxley #70AB7D

Tints of Oxley #70AB7D

RGB

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

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

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

R = 27.45%
G = 41.91%
B = 30.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#70AB7D (or 0x70AB7D) is known color: Oxley. HEX triplet: 70, AB and 7D. RGB value is (112,171,125). Sum of RGB (Red+Green+Blue) = 112+171+125=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB7D is #8F5482. Grayscale: #949494. Windows color (decimal): -9393283 or 8235888. OLE color: 8235888.

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

Color convert

RGB 112 171 125 -
CMYK 0.35 0 0.27 0.33
HSL 133.22º 0.26% 0.55% -
HSV(B) 133.22º 0.35% 0.67% -
XYZ 24.95 34.05 24.66 -
YUV 148.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 112 171 125 0.35 0 0.27 0.33 133.22 0.26 0.55
Hex 70 AB 7D 23 0 1B 21 85 1A 37
Octal 160 253 175 43 0 33 41 205 32 67
Binary 1110000 10101011 1111101 100011 0 11011 100001 10000101 11010 110111

Color Harmonies of #70AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB7D

Black with #70AB7D

Text Example


Text Example

White with #70AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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