Html Css Color HEX #70977D Oxley

📋 copy color: '#70977D'

red 112 ◦ green 151 ◦ blue 125

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

Shades of Oxley #70977D

Tints of Oxley #70977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

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

R = 28.87%
G = 38.92%
B = 32.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#70977D (or 0x70977D) is known color: Oxley. HEX triplet: 70, 97 and 7D. RGB value is (112,151,125). Sum of RGB (Red+Green+Blue) = 112+151+125=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #70977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70977D is #8F6882. Grayscale: #888888. Windows color (decimal): -9398403 or 8230768. OLE color: 8230768.

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

Color convert

RGB 112 151 125 -
CMYK 0.26 0 0.17 0.41
HSL 140º 0.16% 0.52% -
HSV(B) 140º 0.26% 0.59% -
XYZ 21.45 27.06 23.49 -
YUV 136.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 112 151 125 0.26 0 0.17 0.41 140 0.16 0.52
Hex 70 97 7D 1A 0 11 29 8C 10 34
Octal 160 227 175 32 0 21 51 214 20 64
Binary 1110000 10010111 1111101 11010 0 10001 101001 10001100 10000 110100

Color Harmonies of #70977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70977D

Black with #70977D

Text Example


Text Example

White with #70977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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