Html Css Color HEX #70967D Oxley

📋 copy color: '#70967D'

red 112 ◦ green 150 ◦ blue 125

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

Shades of Oxley #70967D

Tints of Oxley #70967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

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

R = 28.94%
G = 38.76%
B = 32.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#70967D (or 0x70967D) is known color: Oxley. HEX triplet: 70, 96 and 7D. RGB value is (112,150,125). Sum of RGB (Red+Green+Blue) = 112+150+125=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #70967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70967D is #8F6982. Grayscale: #878787. Windows color (decimal): -9398659 or 8230512. OLE color: 8230512.

HSL color Cylindrical-coordinate representation of color #70967D: hue angle of 140.53º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70967D is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 125 -
CMYK 0.25 0 0.17 0.41
HSL 140.53º 0.15% 0.51% -
HSV(B) 140.53º 0.25% 0.59% -
XYZ 21.29 26.74 23.44 -
YUV 135.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 112 150 125 0.25 0 0.17 0.41 140.53 0.15 0.51
Hex 70 96 7D 19 0 11 29 8D F 33
Octal 160 226 175 31 0 21 51 215 17 63
Binary 1110000 10010110 1111101 11001 0 10001 101001 10001101 1111 110011

Color Harmonies of #70967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70967D

Black with #70967D

Text Example


Text Example

White with #70967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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