Html Css Color HEX #709875 Oxley

📋 copy color: '#709875'

red 112 ◦ green 152 ◦ blue 117

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

Shades of Oxley #709875

Tints of Oxley #709875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

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

R = 29.4%
G = 39.9%
B = 30.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#709875 (or 0x709875) is known color: Oxley. HEX triplet: 70, 98 and 75. RGB value is (112,152,117). Sum of RGB (Red+Green+Blue) = 112+152+117=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #709875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709875 is #8F678A. Grayscale: #888888. Windows color (decimal): -9398155 or 7706736. OLE color: 7706736.

HSL color Cylindrical-coordinate representation of color #709875: hue angle of 127.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709875 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 117 -
CMYK 0.26 0 0.23 0.40
HSL 127.5º 0.16% 0.52% -
HSV(B) 127.5º 0.26% 0.6% -
XYZ 21.12 27.19 20.96 -
YUV 136.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 112 152 117 0.26 0 0.23 0.40 127.5 0.16 0.52
Hex 70 98 75 1A 0 17 28 80 10 34
Octal 160 230 165 32 0 27 50 200 20 64
Binary 1110000 10011000 1110101 11010 0 10111 101000 10000000 10000 110100

Color Harmonies of #709875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709875

Black with #709875

Text Example


Text Example

White with #709875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709875; }

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

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

background-color css

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

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

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

border-color css

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

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

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