Html Css Color HEX #70AC7F Oxley

📋 copy color: '#70AC7F'

red 112 ◦ green 172 ◦ blue 127

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

Shades of Oxley #70AC7F

Tints of Oxley #70AC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 127 (50% from 255) = 30.9%

R = 27.25%
G = 41.85%
B = 30.9%

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

#70AC7F (or 0x70AC7F) is known color: Oxley. HEX triplet: 70, AC and 7F. RGB value is (112,172,127). Sum of RGB (Red+Green+Blue) = 112+172+127=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC7F is #8F5380. Grayscale: #959595. Windows color (decimal): -9393025 or 8367216. OLE color: 8367216.

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

Color convert

RGB 112 172 127 -
CMYK 0.35 0 0.26 0.33
HSL 135º 0.27% 0.56% -
HSV(B) 135º 0.35% 0.67% -
XYZ 25.27 34.48 25.4 -
YUV 148.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 112 172 127 0.35 0 0.26 0.33 135 0.27 0.56
Hex 70 AC 7F 23 0 1A 21 87 1B 38
Octal 160 254 177 43 0 32 41 207 33 70
Binary 1110000 10101100 1111111 100011 0 11010 100001 10000111 11011 111000

Color Harmonies of #70AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC7F

Black with #70AC7F

Text Example


Text Example

White with #70AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,127); }

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

background-color css

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

 a { background-color: rgb(112,172,127); }

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

border-color css

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

 span { border-color: rgb(112,172,127); }

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