Html Css Color HEX #70987D Oxley

📋 copy color: '#70987D'

red 112 ◦ green 152 ◦ blue 125

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

Shades of Oxley #70987D

Tints of Oxley #70987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 28.79%
G = 39.07%
B = 32.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#70987D (or 0x70987D) is known color: Oxley. HEX triplet: 70, 98 and 7D. RGB value is (112,152,125). Sum of RGB (Red+Green+Blue) = 112+152+125=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #70987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70987D is #8F6782. Grayscale: #898989. Windows color (decimal): -9398147 or 8231024. OLE color: 8231024.

HSL color Cylindrical-coordinate representation of color #70987D: hue angle of 139.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70987D is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 125 -
CMYK 0.26 0 0.18 0.40
HSL 139.5º 0.16% 0.52% -
HSV(B) 139.5º 0.26% 0.6% -
XYZ 21.61 27.38 23.55 -
YUV 136.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 112 152 125 0.26 0 0.18 0.40 139.5 0.16 0.52
Hex 70 98 7D 1A 0 12 28 8C 10 34
Octal 160 230 175 32 0 22 50 214 20 64
Binary 1110000 10011000 1111101 11010 0 10010 101000 10001100 10000 110100

Color Harmonies of #70987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70987D

Black with #70987D

Text Example


Text Example

White with #70987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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