Html Css Color HEX #70927A Oxley

📋 copy color: '#70927A'

red 112 ◦ green 146 ◦ blue 122

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

Shades of Oxley #70927A

Tints of Oxley #70927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 29.47%
G = 38.42%
B = 32.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#70927A (or 0x70927A) is known color: Oxley. HEX triplet: 70, 92 and 7A. RGB value is (112,146,122). Sum of RGB (Red+Green+Blue) = 112+146+122=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #70927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70927A is #8F6D85. Grayscale: #858585. Windows color (decimal): -9399686 or 8032880. OLE color: 8032880.

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

Color convert

RGB 112 146 122 -
CMYK 0.23 0 0.16 0.43
HSL 137.65º 0.13% 0.51% -
HSV(B) 137.65º 0.23% 0.57% -
XYZ 20.47 25.41 22.24 -
YUV 133.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 112 146 122 0.23 0 0.16 0.43 137.65 0.13 0.51
Hex 70 92 7A 17 0 10 2B 8A D 33
Octal 160 222 172 27 0 20 53 212 15 63
Binary 1110000 10010010 1111010 10111 0 10000 101011 10001010 1101 110011

Color Harmonies of #70927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70927A

Black with #70927A

Text Example


Text Example

White with #70927A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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