Html Css Color HEX #709782 Oxley

📋 copy color: '#709782'

red 112 ◦ green 151 ◦ blue 130

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

Shades of Oxley #709782

Tints of Oxley #709782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 28.5%
G = 38.42%
B = 33.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#709782 (or 0x709782) is known color: Oxley. HEX triplet: 70, 97 and 82. RGB value is (112,151,130). Sum of RGB (Red+Green+Blue) = 112+151+130=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #709782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709782 is #8F687D. Grayscale: #888888. Windows color (decimal): -9398398 or 8558448. OLE color: 8558448.

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

Color convert

RGB 112 151 130 -
CMYK 0.26 0 0.14 0.41
HSL 147.69º 0.16% 0.52% -
HSV(B) 147.69º 0.26% 0.59% -
XYZ 21.78 27.19 25.22 -
YUV 136.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 112 151 130 0.26 0 0.14 0.41 147.69 0.16 0.52
Hex 70 97 82 1A 0 E 29 94 10 34
Octal 160 227 202 32 0 16 51 224 20 64
Binary 1110000 10010111 10000010 11010 0 1110 101001 10010100 10000 110100

Color Harmonies of #709782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709782

Black with #709782

Text Example


Text Example

White with #709782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709782; }

 p { color: rgb(112,151,130); }

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

background-color css

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

 a { background-color: rgb(112,151,130); }

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

border-color css

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

 span { border-color: rgb(112,151,130); }

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