Html Css Color HEX #70A876 Oxley

📋 copy color: '#70A876'

red 112 ◦ green 168 ◦ blue 118

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

Shades of Oxley #70A876

Tints of Oxley #70A876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.21%

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 28.14%
G = 42.21%
B = 29.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#70A876 (or 0x70A876) is known color: Oxley. HEX triplet: 70, A8 and 76. RGB value is (112,168,118). Sum of RGB (Red+Green+Blue) = 112+168+118=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 168 - color contains mainly: green. Hex color #70A876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A876 is #8F5789. Grayscale: #919191. Windows color (decimal): -9394058 or 7776368. OLE color: 7776368.

HSL color Cylindrical-coordinate representation of color #70A876: hue angle of 126.43º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A876 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 168 118 -
CMYK 0.33 0 0.30 0.34
HSL 126.43º 0.24% 0.55% -
HSV(B) 126.43º 0.33% 0.66% -
XYZ 23.95 32.76 22.2 -
YUV 145.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 112 168 118 0.33 0 0.30 0.34 126.43 0.24 0.55
Hex 70 A8 76 21 0 1E 22 7E 18 37
Octal 160 250 166 41 0 36 42 176 30 67
Binary 1110000 10101000 1110110 100001 0 11110 100010 1111110 11000 110111

Color Harmonies of #70A876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A876

Black with #70A876

Text Example


Text Example

White with #70A876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,168,118); }

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

background-color css

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

 a { background-color: rgb(112,168,118); }

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

border-color css

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

 span { border-color: rgb(112,168,118); }

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