Html Css Color HEX #739079 Oxley

📋 copy color: '#739079'

red 115 ◦ green 144 ◦ blue 121

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

Shades of Oxley #739079

Tints of Oxley #739079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 30.26%
G = 37.89%
B = 31.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#739079 (or 0x739079) is known color: Oxley. HEX triplet: 73, 90 and 79. RGB value is (115,144,121). Sum of RGB (Red+Green+Blue) = 115+144+121=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #739079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739079 is #8C6F86. Grayscale: #848484. Windows color (decimal): -9203591 or 7966835. OLE color: 7966835.

HSL color Cylindrical-coordinate representation of color #739079: hue angle of 132.41º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #739079 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 121 -
CMYK 0.20 0 0.16 0.44
HSL 132.41º 0.12% 0.51% -
HSV(B) 132.41º 0.2% 0.56% -
XYZ 20.49 24.97 21.83 -
YUV 132.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 115 144 121 0.20 0 0.16 0.44 132.41 0.12 0.51
Hex 73 90 79 14 0 10 2C 84 C 33
Octal 163 220 171 24 0 20 54 204 14 63
Binary 1110011 10010000 1111001 10100 0 10000 101100 10000100 1100 110011

Color Harmonies of #739079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739079

Black with #739079

Text Example


Text Example

White with #739079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739079; }

 p { color: rgb(115,144,121); }

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

background-color css

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

 a { background-color: rgb(115,144,121); }

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

border-color css

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

 span { border-color: rgb(115,144,121); }

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