Html Css Color HEX #70927F Oxley

📋 copy color: '#70927F'

red 112 ◦ green 146 ◦ blue 127

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

Shades of Oxley #70927F

Tints of Oxley #70927F

RGB

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

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

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

R = 29.09%
G = 37.92%
B = 32.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#70927F (or 0x70927F) is known color: Oxley. HEX triplet: 70, 92 and 7F. RGB value is (112,146,127). Sum of RGB (Red+Green+Blue) = 112+146+127=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #70927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70927F is #8F6D80. Grayscale: #858585. Windows color (decimal): -9399681 or 8360560. OLE color: 8360560.

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

Color convert

RGB 112 146 127 -
CMYK 0.23 0 0.13 0.43
HSL 146.47º 0.13% 0.51% -
HSV(B) 146.47º 0.23% 0.57% -
XYZ 20.79 25.53 23.91 -
YUV 133.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 112 146 127 0.23 0 0.13 0.43 146.47 0.13 0.51
Hex 70 92 7F 17 0 D 2B 92 D 33
Octal 160 222 177 27 0 15 53 222 15 63
Binary 1110000 10010010 1111111 10111 0 1101 101011 10010010 1101 110011

Color Harmonies of #70927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70927F

Black with #70927F

Text Example


Text Example

White with #70927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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