Html Css Color HEX #70987F Oxley

📋 copy color: '#70987F'

red 112 ◦ green 152 ◦ blue 127

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

Shades of Oxley #70987F

Tints of Oxley #70987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 28.64%
G = 38.87%
B = 32.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#70987F (or 0x70987F) is known color: Oxley. HEX triplet: 70, 98 and 7F. RGB value is (112,152,127). Sum of RGB (Red+Green+Blue) = 112+152+127=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #70987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70987F is #8F6780. Grayscale: #898989. Windows color (decimal): -9398145 or 8362096. OLE color: 8362096.

HSL color Cylindrical-coordinate representation of color #70987F: hue angle of 142.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 #70987F is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 127 -
CMYK 0.26 0 0.16 0.40
HSL 142.5º 0.16% 0.52% -
HSV(B) 142.5º 0.26% 0.6% -
XYZ 21.74 27.43 24.23 -
YUV 137.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 112 152 127 0.26 0 0.16 0.40 142.5 0.16 0.52
Hex 70 98 7F 1A 0 10 28 8E 10 34
Octal 160 230 177 32 0 20 50 216 20 64
Binary 1110000 10011000 1111111 11010 0 10000 101000 10001110 10000 110100

Color Harmonies of #70987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70987F

Black with #70987F

Text Example


Text Example

White with #70987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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