Html Css Color HEX #739A7D Oxley

📋 copy color: '#739A7D'

red 115 ◦ green 154 ◦ blue 125

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

Shades of Oxley #739A7D

Tints of Oxley #739A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 29.19%
G = 39.09%
B = 31.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#739A7D (or 0x739A7D) is known color: Oxley. HEX triplet: 73, 9A and 7D. RGB value is (115,154,125). Sum of RGB (Red+Green+Blue) = 115+154+125=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #739A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739A7D is #8C6582. Grayscale: #8B8B8B. Windows color (decimal): -9201027 or 8231539. OLE color: 8231539.

HSL color Cylindrical-coordinate representation of color #739A7D: hue angle of 135.38º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739A7D is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 154 125 -
CMYK 0.25 0 0.19 0.40
HSL 135.38º 0.16% 0.53% -
HSV(B) 135.38º 0.25% 0.6% -
XYZ 22.33 28.24 23.68 -
YUV 139.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 115 154 125 0.25 0 0.19 0.40 135.38 0.16 0.53
Hex 73 9A 7D 19 0 13 28 87 10 35
Octal 163 232 175 31 0 23 50 207 20 65
Binary 1110011 10011010 1111101 11001 0 10011 101000 10000111 10000 110101

Color Harmonies of #739A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739A7D

Black with #739A7D

Text Example


Text Example

White with #739A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739A7D; }

 p { color: rgb(115,154,125); }

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

background-color css

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

 a { background-color: rgb(115,154,125); }

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

border-color css

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

 span { border-color: rgb(115,154,125); }

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