Html Css Color HEX #70907E Oxley

📋 copy color: '#70907E'

red 112 ◦ green 144 ◦ blue 126

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

Shades of Oxley #70907E

Tints of Oxley #70907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 29.32%
G = 37.7%
B = 32.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#70907E (or 0x70907E) is known color: Oxley. HEX triplet: 70, 90 and 7E. RGB value is (112,144,126). Sum of RGB (Red+Green+Blue) = 112+144+126=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #70907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907E is #8F6F81. Grayscale: #848484. Windows color (decimal): -9400194 or 8294512. OLE color: 8294512.

HSL color Cylindrical-coordinate representation of color #70907E: hue angle of 146.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70907E is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 126 -
CMYK 0.22 0 0.12 0.44
HSL 146.25º 0.13% 0.5% -
HSV(B) 146.25º 0.22% 0.56% -
XYZ 20.42 24.9 23.47 -
YUV 132.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 112 144 126 0.22 0 0.12 0.44 146.25 0.13 0.5
Hex 70 90 7E 16 0 C 2C 92 D 32
Octal 160 220 176 26 0 14 54 222 15 62
Binary 1110000 10010000 1111110 10110 0 1100 101100 10010010 1101 110010

Color Harmonies of #70907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70907E

Black with #70907E

Text Example


Text Example

White with #70907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70907E; }

 p { color: rgb(112,144,126); }

 H1.HeaderClassName
 {
   color: #70907E;
 }
 .AnyTagClassName
 {
   color: #70907E;
 }
</style>

background-color css

<style>
 a { background-color: #70907E; }

 a { background-color: rgb(112,144,126); }

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

border-color css

<style>
 span { border-color: #70907E; }

 span { border-color: rgb(112,144,126); }

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