Html Css Color HEX #70927C Oxley

📋 copy color: '#70927C'

red 112 ◦ green 146 ◦ blue 124

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

Shades of Oxley #70927C

Tints of Oxley #70927C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 29.32%
G = 38.22%
B = 32.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#70927C (or 0x70927C) is known color: Oxley. HEX triplet: 70, 92 and 7C. RGB value is (112,146,124). Sum of RGB (Red+Green+Blue) = 112+146+124=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #70927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70927C is #8F6D83. Grayscale: #858585. Windows color (decimal): -9399684 or 8163952. OLE color: 8163952.

HSL color Cylindrical-coordinate representation of color #70927C: hue angle of 141.18º 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 #70927C is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 124 -
CMYK 0.23 0 0.15 0.43
HSL 141.18º 0.13% 0.51% -
HSV(B) 141.18º 0.23% 0.57% -
XYZ 20.6 25.46 22.9 -
YUV 133.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 112 146 124 0.23 0 0.15 0.43 141.18 0.13 0.51
Hex 70 92 7C 17 0 F 2B 8D D 33
Octal 160 222 174 27 0 17 53 215 15 63
Binary 1110000 10010010 1111100 10111 0 1111 101011 10001101 1101 110011

Color Harmonies of #70927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70927C

Black with #70927C

Text Example


Text Example

White with #70927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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