Html Css Color HEX #739F7B Oxley

📋 copy color: '#739F7B'

red 115 ◦ green 159 ◦ blue 123

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

Shades of Oxley #739F7B

Tints of Oxley #739F7B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 28.97%
G = 40.05%
B = 30.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#739F7B (or 0x739F7B) is known color: Oxley. HEX triplet: 73, 9F and 7B. RGB value is (115,159,123). Sum of RGB (Red+Green+Blue) = 115+159+123=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #739F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739F7B is #8C6084. Grayscale: #8D8D8D. Windows color (decimal): -9199749 or 8101747. OLE color: 8101747.

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

Color convert

RGB 115 159 123 -
CMYK 0.28 0 0.23 0.38
HSL 130.91º 0.19% 0.54% -
HSV(B) 130.91º 0.28% 0.62% -
XYZ 23.04 29.87 23.29 -
YUV 141.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 115 159 123 0.28 0 0.23 0.38 130.91 0.19 0.54
Hex 73 9F 7B 1C 0 17 26 83 13 36
Octal 163 237 173 34 0 27 46 203 23 66
Binary 1110011 10011111 1111011 11100 0 10111 100110 10000011 10011 110110

Color Harmonies of #739F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739F7B

Black with #739F7B

Text Example


Text Example

White with #739F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,159,123); }

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

background-color css

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

 a { background-color: rgb(115,159,123); }

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

border-color css

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

 span { border-color: rgb(115,159,123); }

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