Html Css Color HEX #739E7D Oxley

📋 copy color: '#739E7D'

red 115 ◦ green 158 ◦ blue 125

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

Shades of Oxley #739E7D

Tints of Oxley #739E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.7%

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

R = 28.89%
G = 39.7%
B = 31.41%

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

#739E7D (or 0x739E7D) is known color: Oxley. HEX triplet: 73, 9E and 7D. RGB value is (115,158,125). Sum of RGB (Red+Green+Blue) = 115+158+125=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 158 - color contains mainly: green. Hex color #739E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739E7D is #8C6182. Grayscale: #8D8D8D. Windows color (decimal): -9200003 or 8232563. OLE color: 8232563.

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

Color convert

RGB 115 158 125 -
CMYK 0.27 0 0.21 0.38
HSL 133.95º 0.18% 0.54% -
HSV(B) 133.95º 0.27% 0.62% -
XYZ 23 29.58 23.9 -
YUV 141.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 115 158 125 0.27 0 0.21 0.38 133.95 0.18 0.54
Hex 73 9E 7D 1B 0 15 26 86 12 36
Octal 163 236 175 33 0 25 46 206 22 66
Binary 1110011 10011110 1111101 11011 0 10101 100110 10000110 10010 110110

Color Harmonies of #739E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739E7D

Black with #739E7D

Text Example


Text Example

White with #739E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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