Html Css Color HEX #709E75 Oxley

📋 copy color: '#709E75'

red 112 ◦ green 158 ◦ blue 117

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

Shades of Oxley #709E75

Tints of Oxley #709E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 28.94%
G = 40.83%
B = 30.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#709E75 (or 0x709E75) is known color: Oxley. HEX triplet: 70, 9E and 75. RGB value is (112,158,117). Sum of RGB (Red+Green+Blue) = 112+158+117=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #709E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E75 is #8F618A. Grayscale: #8B8B8B. Windows color (decimal): -9396619 or 7708272. OLE color: 7708272.

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

Color convert

RGB 112 158 117 -
CMYK 0.29 0 0.26 0.38
HSL 126.52º 0.19% 0.53% -
HSV(B) 126.52º 0.29% 0.62% -
XYZ 22.12 29.18 21.3 -
YUV 139.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 112 158 117 0.29 0 0.26 0.38 126.52 0.19 0.53
Hex 70 9E 75 1D 0 1A 26 7F 13 35
Octal 160 236 165 35 0 32 46 177 23 65
Binary 1110000 10011110 1110101 11101 0 11010 100110 1111111 10011 110101

Color Harmonies of #709E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709E75

Black with #709E75

Text Example


Text Example

White with #709E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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