Html Css Color HEX #709D7F Oxley

📋 copy color: '#709D7F'

red 112 ◦ green 157 ◦ blue 127

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

Shades of Oxley #709D7F

Tints of Oxley #709D7F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

 BLUE value IS 127 (50% from 255) = 32.07%

R = 28.28%
G = 39.65%
B = 32.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#709D7F (or 0x709D7F) is known color: Oxley. HEX triplet: 70, 9D and 7F. RGB value is (112,157,127). Sum of RGB (Red+Green+Blue) = 112+157+127=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #709D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D7F is #8F6280. Grayscale: #8C8C8C. Windows color (decimal): -9396865 or 8363376. OLE color: 8363376.

HSL color Cylindrical-coordinate representation of color #709D7F: hue angle of 140º 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 #709D7F is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 127 -
CMYK 0.29 0 0.19 0.38
HSL 140º 0.19% 0.53% -
HSV(B) 140º 0.29% 0.62% -
XYZ 22.57 29.09 24.5 -
YUV 140.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 112 157 127 0.29 0 0.19 0.38 140 0.19 0.53
Hex 70 9D 7F 1D 0 13 26 8C 13 35
Octal 160 235 177 35 0 23 46 214 23 65
Binary 1110000 10011101 1111111 11101 0 10011 100110 10001100 10011 110101

Color Harmonies of #709D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D7F

Black with #709D7F

Text Example


Text Example

White with #709D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,157,127); }

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

background-color css

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

 a { background-color: rgb(112,157,127); }

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

border-color css

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

 span { border-color: rgb(112,157,127); }

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