Html Css Color HEX #739C7D Oxley

📋 copy color: '#739C7D'

red 115 ◦ green 156 ◦ blue 125

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

Shades of Oxley #739C7D

Tints of Oxley #739C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

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

R = 29.04%
G = 39.39%
B = 31.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#739C7D (or 0x739C7D) is known color: Oxley. HEX triplet: 73, 9C and 7D. RGB value is (115,156,125). Sum of RGB (Red+Green+Blue) = 115+156+125=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #739C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739C7D is #8C6382. Grayscale: #8C8C8C. Windows color (decimal): -9200515 or 8232051. OLE color: 8232051.

HSL color Cylindrical-coordinate representation of color #739C7D: hue angle of 134.63º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739C7D is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 156 125 -
CMYK 0.26 0 0.20 0.39
HSL 134.63º 0.17% 0.53% -
HSV(B) 134.63º 0.26% 0.61% -
XYZ 22.66 28.9 23.79 -
YUV 140.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 115 156 125 0.26 0 0.20 0.39 134.63 0.17 0.53
Hex 73 9C 7D 1A 0 14 27 87 11 35
Octal 163 234 175 32 0 24 47 207 21 65
Binary 1110011 10011100 1111101 11010 0 10100 100111 10000111 10001 110101

Color Harmonies of #739C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739C7D

Black with #739C7D

Text Example


Text Example

White with #739C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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