Html Css Color HEX #70907B Oxley

📋 copy color: '#70907B'

red 112 ◦ green 144 ◦ blue 123

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

Shades of Oxley #70907B

Tints of Oxley #70907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 29.55%
G = 37.99%
B = 32.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#70907B (or 0x70907B) is known color: Oxley. HEX triplet: 70, 90 and 7B. RGB value is (112,144,123). Sum of RGB (Red+Green+Blue) = 112+144+123=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #70907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907B is #8F6F84. Grayscale: #848484. Windows color (decimal): -9400197 or 8097904. OLE color: 8097904.

HSL color Cylindrical-coordinate representation of color #70907B: hue angle of 140.62º 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 #70907B is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 123 -
CMYK 0.22 0 0.15 0.44
HSL 140.63º 0.13% 0.5% -
HSV(B) 140.63º 0.22% 0.56% -
XYZ 20.23 24.82 22.46 -
YUV 132.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 112 144 123 0.22 0 0.15 0.44 140.63 0.13 0.5
Hex 70 90 7B 16 0 F 2C 8D D 32
Octal 160 220 173 26 0 17 54 215 15 62
Binary 1110000 10010000 1111011 10110 0 1111 101100 10001101 1101 110010

Color Harmonies of #70907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70907B

Black with #70907B

Text Example


Text Example

White with #70907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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