Html Css Color HEX #70927D Oxley

📋 copy color: '#70927D'

red 112 ◦ green 146 ◦ blue 125

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

Shades of Oxley #70927D

Tints of Oxley #70927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

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

R = 29.24%
G = 38.12%
B = 32.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#70927D (or 0x70927D) is known color: Oxley. HEX triplet: 70, 92 and 7D. RGB value is (112,146,125). Sum of RGB (Red+Green+Blue) = 112+146+125=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #70927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70927D is #8F6D82. Grayscale: #858585. Windows color (decimal): -9399683 or 8229488. OLE color: 8229488.

HSL color Cylindrical-coordinate representation of color #70927D: hue angle of 142.94º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70927D is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 125 -
CMYK 0.23 0 0.14 0.43
HSL 142.94º 0.13% 0.51% -
HSV(B) 142.94º 0.23% 0.57% -
XYZ 20.66 25.48 23.23 -
YUV 133.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 112 146 125 0.23 0 0.14 0.43 142.94 0.13 0.51
Hex 70 92 7D 17 0 E 2B 8F D 33
Octal 160 222 175 27 0 16 53 217 15 63
Binary 1110000 10010010 1111101 10111 0 1110 101011 10001111 1101 110011

Color Harmonies of #70927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70927D

Black with #70927D

Text Example


Text Example

White with #70927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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