Html Css Color HEX #70AC78 Oxley

📋 copy color: '#70AC78'

red 112 ◦ green 172 ◦ blue 120

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

Shades of Oxley #70AC78

Tints of Oxley #70AC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 27.72%
G = 42.57%
B = 29.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#70AC78 (or 0x70AC78) is known color: Oxley. HEX triplet: 70, AC and 78. RGB value is (112,172,120). Sum of RGB (Red+Green+Blue) = 112+172+120=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC78 is #8F5387. Grayscale: #949494. Windows color (decimal): -9393032 or 7908464. OLE color: 7908464.

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

Color convert

RGB 112 172 120 -
CMYK 0.35 0 0.30 0.33
HSL 128º 0.27% 0.56% -
HSV(B) 128º 0.35% 0.67% -
XYZ 24.82 34.31 23.08 -
YUV 148.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 112 172 120 0.35 0 0.30 0.33 128 0.27 0.56
Hex 70 AC 78 23 0 1E 21 80 1B 38
Octal 160 254 170 43 0 36 41 200 33 70
Binary 1110000 10101100 1111000 100011 0 11110 100001 10000000 11011 111000

Color Harmonies of #70AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC78

Black with #70AC78

Text Example


Text Example

White with #70AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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