Html Css Color HEX #739281 Oxley

📋 copy color: '#739281'

red 115 ◦ green 146 ◦ blue 129

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

Shades of Oxley #739281

Tints of Oxley #739281

RGB

 RED value IS 115 (45.31% from 255) = 29.49%

 GREEN value IS 146 (57.42% from 255) = 37.44%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 29.49%
G = 37.44%
B = 33.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#739281 (or 0x739281) is known color: Oxley. HEX triplet: 73, 92 and 81. RGB value is (115,146,129). Sum of RGB (Red+Green+Blue) = 115+146+129=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #739281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739281 is #8C6D7E. Grayscale: #868686. Windows color (decimal): -9203071 or 8491635. OLE color: 8491635.

HSL color Cylindrical-coordinate representation of color #739281: hue angle of 147.1º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #739281 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 129 -
CMYK 0.21 0 0.12 0.43
HSL 147.1º 0.12% 0.51% -
HSV(B) 147.1º 0.21% 0.57% -
XYZ 21.31 25.79 24.62 -
YUV 134.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 115 146 129 0.21 0 0.12 0.43 147.1 0.12 0.51
Hex 73 92 81 15 0 C 2B 93 C 33
Octal 163 222 201 25 0 14 53 223 14 63
Binary 1110011 10010010 10000001 10101 0 1100 101011 10010011 1100 110011

Color Harmonies of #739281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739281

Black with #739281

Text Example


Text Example

White with #739281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739281; }

 p { color: rgb(115,146,129); }

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

background-color css

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

 a { background-color: rgb(115,146,129); }

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

border-color css

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

 span { border-color: rgb(115,146,129); }

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