Html Css Color HEX #709F74 Oxley

📋 copy color: '#709F74'

red 112 ◦ green 159 ◦ blue 116

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

Shades of Oxley #709F74

Tints of Oxley #709F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 28.94%
G = 41.09%
B = 29.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#709F74 (or 0x709F74) is known color: Oxley. HEX triplet: 70, 9F and 74. RGB value is (112,159,116). Sum of RGB (Red+Green+Blue) = 112+159+116=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #709F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709F74 is #8F608B. Grayscale: #8C8C8C. Windows color (decimal): -9396364 or 7642992. OLE color: 7642992.

HSL color Cylindrical-coordinate representation of color #709F74: hue angle of 125.11º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709F74 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 116 -
CMYK 0.30 0 0.27 0.38
HSL 125.11º 0.2% 0.53% -
HSV(B) 125.11º 0.3% 0.62% -
XYZ 22.23 29.5 21.05 -
YUV 140.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 112 159 116 0.30 0 0.27 0.38 125.11 0.2 0.53
Hex 70 9F 74 1E 0 1B 26 7D 14 35
Octal 160 237 164 36 0 33 46 175 24 65
Binary 1110000 10011111 1110100 11110 0 11011 100110 1111101 10100 110101

Color Harmonies of #709F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F74

Black with #709F74

Text Example


Text Example

White with #709F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,159,116); }

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

background-color css

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

 a { background-color: rgb(112,159,116); }

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

border-color css

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

 span { border-color: rgb(112,159,116); }

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