Html Css Color HEX #70957D Oxley

📋 copy color: '#70957D'

red 112 ◦ green 149 ◦ blue 125

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

Shades of Oxley #70957D

Tints of Oxley #70957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 29.02%
G = 38.6%
B = 32.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#70957D (or 0x70957D) is known color: Oxley. HEX triplet: 70, 95 and 7D. RGB value is (112,149,125). Sum of RGB (Red+Green+Blue) = 112+149+125=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #70957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70957D is #8F6A82. Grayscale: #878787. Windows color (decimal): -9398915 or 8230256. OLE color: 8230256.

HSL color Cylindrical-coordinate representation of color #70957D: hue angle of 141.08º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70957D is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 125 -
CMYK 0.25 0 0.16 0.42
HSL 141.08º 0.15% 0.51% -
HSV(B) 141.08º 0.25% 0.58% -
XYZ 21.13 26.42 23.39 -
YUV 135.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 112 149 125 0.25 0 0.16 0.42 141.08 0.15 0.51
Hex 70 95 7D 19 0 10 2A 8D F 33
Octal 160 225 175 31 0 20 52 215 17 63
Binary 1110000 10010101 1111101 11001 0 10000 101010 10001101 1111 110011

Color Harmonies of #70957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70957D

Black with #70957D

Text Example


Text Example

White with #70957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70957D; }

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

 H1.HeaderClassName
 {
   color: #70957D;
 }
 .AnyTagClassName
 {
   color: #70957D;
 }
</style>

background-color css

<style>
 a { background-color: #70957D; }

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

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

border-color css

<style>
 span { border-color: #70957D; }

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

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