Html Css Color HEX #739481 Oxley

📋 copy color: '#739481'

red 115 ◦ green 148 ◦ blue 129

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

Shades of Oxley #739481

Tints of Oxley #739481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.76%

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

R = 29.34%
G = 37.76%
B = 32.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#739481 (or 0x739481) is known color: Oxley. HEX triplet: 73, 94 and 81. RGB value is (115,148,129). Sum of RGB (Red+Green+Blue) = 115+148+129=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #739481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739481 is #8C6B7E. Grayscale: #888888. Windows color (decimal): -9202559 or 8492147. OLE color: 8492147.

HSL color Cylindrical-coordinate representation of color #739481: hue angle of 145.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #739481 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 129 -
CMYK 0.22 0 0.13 0.42
HSL 145.45º 0.13% 0.52% -
HSV(B) 145.45º 0.22% 0.58% -
XYZ 21.62 26.41 24.73 -
YUV 135.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 115 148 129 0.22 0 0.13 0.42 145.45 0.13 0.52
Hex 73 94 81 16 0 D 2A 91 D 34
Octal 163 224 201 26 0 15 52 221 15 64
Binary 1110011 10010100 10000001 10110 0 1101 101010 10010001 1101 110100

Color Harmonies of #739481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739481

Black with #739481

Text Example


Text Example

White with #739481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739481; }

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

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

background-color css

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

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

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

border-color css

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

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

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