Html Css Color HEX #709B7E Oxley

📋 copy color: '#709B7E'

red 112 ◦ green 155 ◦ blue 126

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

Shades of Oxley #709B7E

Tints of Oxley #709B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

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

R = 28.5%
G = 39.44%
B = 32.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#709B7E (or 0x709B7E) is known color: Oxley. HEX triplet: 70, 9B and 7E. RGB value is (112,155,126). Sum of RGB (Red+Green+Blue) = 112+155+126=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #709B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B7E is #8F6481. Grayscale: #8A8A8A. Windows color (decimal): -9397378 or 8297328. OLE color: 8297328.

HSL color Cylindrical-coordinate representation of color #709B7E: hue angle of 139.53º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B7E is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 126 -
CMYK 0.28 0 0.19 0.39
HSL 139.53º 0.18% 0.52% -
HSV(B) 139.53º 0.28% 0.61% -
XYZ 22.17 28.39 24.05 -
YUV 138.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 112 155 126 0.28 0 0.19 0.39 139.53 0.18 0.52
Hex 70 9B 7E 1C 0 13 27 8C 12 34
Octal 160 233 176 34 0 23 47 214 22 64
Binary 1110000 10011011 1111110 11100 0 10011 100111 10001100 10010 110100

Color Harmonies of #709B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B7E

Black with #709B7E

Text Example


Text Example

White with #709B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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