Html Css Color HEX #739C7A Oxley

📋 copy color: '#739C7A'

red 115 ◦ green 156 ◦ blue 122

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

Shades of Oxley #739C7A

Tints of Oxley #739C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 29.26%
G = 39.69%
B = 31.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#739C7A (or 0x739C7A) is known color: Oxley. HEX triplet: 73, 9C and 7A. RGB value is (115,156,122). Sum of RGB (Red+Green+Blue) = 115+156+122=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #739C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739C7A is #8C6385. Grayscale: #8B8B8B. Windows color (decimal): -9200518 or 8035443. OLE color: 8035443.

HSL color Cylindrical-coordinate representation of color #739C7A: hue angle of 130.24º 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 #739C7A is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 156 122 -
CMYK 0.26 0 0.22 0.39
HSL 130.24º 0.17% 0.53% -
HSV(B) 130.24º 0.26% 0.61% -
XYZ 22.47 28.83 22.79 -
YUV 139.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 115 156 122 0.26 0 0.22 0.39 130.24 0.17 0.53
Hex 73 9C 7A 1A 0 16 27 82 11 35
Octal 163 234 172 32 0 26 47 202 21 65
Binary 1110011 10011100 1111010 11010 0 10110 100111 10000010 10001 110101

Color Harmonies of #739C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739C7A

Black with #739C7A

Text Example


Text Example

White with #739C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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