Html Css Color HEX #709C7E Oxley

📋 copy color: '#709C7E'

red 112 ◦ green 156 ◦ blue 126

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

Shades of Oxley #709C7E

Tints of Oxley #709C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

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

R = 28.43%
G = 39.59%
B = 31.98%

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

#709C7E (or 0x709C7E) is known color: Oxley. HEX triplet: 70, 9C and 7E. RGB value is (112,156,126). Sum of RGB (Red+Green+Blue) = 112+156+126=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #709C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C7E is #8F6381. Grayscale: #8B8B8B. Windows color (decimal): -9397122 or 8297584. OLE color: 8297584.

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

Color convert

RGB 112 156 126 -
CMYK 0.28 0 0.19 0.39
HSL 139.09º 0.18% 0.53% -
HSV(B) 139.09º 0.28% 0.61% -
XYZ 22.34 28.73 24.11 -
YUV 139.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 112 156 126 0.28 0 0.19 0.39 139.09 0.18 0.53
Hex 70 9C 7E 1C 0 13 27 8B 12 35
Octal 160 234 176 34 0 23 47 213 22 65
Binary 1110000 10011100 1111110 11100 0 10011 100111 10001011 10010 110101

Color Harmonies of #709C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C7E

Black with #709C7E

Text Example


Text Example

White with #709C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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