Html Css Color HEX #70957F Oxley

📋 copy color: '#70957F'

red 112 ◦ green 149 ◦ blue 127

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

Shades of Oxley #70957F

Tints of Oxley #70957F

RGB

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

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

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

R = 28.87%
G = 38.4%
B = 32.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#70957F (or 0x70957F) is known color: Oxley. HEX triplet: 70, 95 and 7F. RGB value is (112,149,127). Sum of RGB (Red+Green+Blue) = 112+149+127=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #70957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70957F is #8F6A80. Grayscale: #878787. Windows color (decimal): -9398913 or 8361328. OLE color: 8361328.

HSL color Cylindrical-coordinate representation of color #70957F: hue angle of 144.32º 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 #70957F is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 127 -
CMYK 0.25 0 0.15 0.42
HSL 144.32º 0.15% 0.51% -
HSV(B) 144.32º 0.25% 0.58% -
XYZ 21.26 26.47 24.07 -
YUV 135.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 112 149 127 0.25 0 0.15 0.42 144.32 0.15 0.51
Hex 70 95 7F 19 0 F 2A 90 F 33
Octal 160 225 177 31 0 17 52 220 17 63
Binary 1110000 10010101 1111111 11001 0 1111 101010 10010000 1111 110011

Color Harmonies of #70957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70957F

Black with #70957F

Text Example


Text Example

White with #70957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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