Html Css Color HEX #70907D Oxley

📋 copy color: '#70907D'

red 112 ◦ green 144 ◦ blue 125

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

Shades of Oxley #70907D

Tints of Oxley #70907D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 29.4%
G = 37.8%
B = 32.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#70907D (or 0x70907D) is known color: Oxley. HEX triplet: 70, 90 and 7D. RGB value is (112,144,125). Sum of RGB (Red+Green+Blue) = 112+144+125=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #70907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907D is #8F6F82. Grayscale: #848484. Windows color (decimal): -9400195 or 8228976. OLE color: 8228976.

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

Color convert

RGB 112 144 125 -
CMYK 0.22 0 0.13 0.44
HSL 144.38º 0.13% 0.5% -
HSV(B) 144.38º 0.22% 0.56% -
XYZ 20.36 24.87 23.13 -
YUV 132.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 112 144 125 0.22 0 0.13 0.44 144.38 0.13 0.5
Hex 70 90 7D 16 0 D 2C 90 D 32
Octal 160 220 175 26 0 15 54 220 15 62
Binary 1110000 10010000 1111101 10110 0 1101 101100 10010000 1101 110010

Color Harmonies of #70907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70907D

Black with #70907D

Text Example


Text Example

White with #70907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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