Html Css Color HEX #739D7C Oxley

📋 copy color: '#739D7C'

red 115 ◦ green 157 ◦ blue 124

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

Shades of Oxley #739D7C

Tints of Oxley #739D7C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 29.04%
G = 39.65%
B = 31.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#739D7C (or 0x739D7C) is known color: Oxley. HEX triplet: 73, 9D and 7C. RGB value is (115,157,124). Sum of RGB (Red+Green+Blue) = 115+157+124=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #739D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739D7C is #8C6283. Grayscale: #8C8C8C. Windows color (decimal): -9200260 or 8166771. OLE color: 8166771.

HSL color Cylindrical-coordinate representation of color #739D7C: hue angle of 132.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739D7C is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 157 124 -
CMYK 0.27 0 0.21 0.38
HSL 132.86º 0.18% 0.53% -
HSV(B) 132.86º 0.27% 0.62% -
XYZ 22.77 29.21 23.51 -
YUV 140.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 115 157 124 0.27 0 0.21 0.38 132.86 0.18 0.53
Hex 73 9D 7C 1B 0 15 26 85 12 35
Octal 163 235 174 33 0 25 46 205 22 65
Binary 1110011 10011101 1111100 11011 0 10101 100110 10000101 10010 110101

Color Harmonies of #739D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739D7C

Black with #739D7C

Text Example


Text Example

White with #739D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,157,124); }

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

background-color css

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

 a { background-color: rgb(115,157,124); }

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

border-color css

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

 span { border-color: rgb(115,157,124); }

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