Html Css Color HEX #709E7E Oxley

📋 copy color: '#709E7E'

red 112 ◦ green 158 ◦ blue 126

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

Shades of Oxley #709E7E

Tints of Oxley #709E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 28.28%
G = 39.9%
B = 31.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#709E7E (or 0x709E7E) is known color: Oxley. HEX triplet: 70, 9E and 7E. RGB value is (112,158,126). Sum of RGB (Red+Green+Blue) = 112+158+126=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #709E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E7E is #8F6181. Grayscale: #8C8C8C. Windows color (decimal): -9396610 or 8298096. OLE color: 8298096.

HSL color Cylindrical-coordinate representation of color #709E7E: hue angle of 138.26º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709E7E is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 158 126 -
CMYK 0.29 0 0.20 0.38
HSL 138.26º 0.19% 0.53% -
HSV(B) 138.26º 0.29% 0.62% -
XYZ 22.67 29.4 24.22 -
YUV 140.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 112 158 126 0.29 0 0.20 0.38 138.26 0.19 0.53
Hex 70 9E 7E 1D 0 14 26 8A 13 35
Octal 160 236 176 35 0 24 46 212 23 65
Binary 1110000 10011110 1111110 11101 0 10100 100110 10001010 10011 110101

Color Harmonies of #709E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709E7E

Black with #709E7E

Text Example


Text Example

White with #709E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709E7E; }

 p { color: rgb(112,158,126); }

 H1.HeaderClassName
 {
   color: #709E7E;
 }
 .AnyTagClassName
 {
   color: #709E7E;
 }
</style>

background-color css

<style>
 a { background-color: #709E7E; }

 a { background-color: rgb(112,158,126); }

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

border-color css

<style>
 span { border-color: #709E7E; }

 span { border-color: rgb(112,158,126); }

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