Html Css Color HEX #73997E Oxley

📋 copy color: '#73997E'

red 115 ◦ green 153 ◦ blue 126

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

Shades of Oxley #73997E

Tints of Oxley #73997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 29.19%
G = 38.83%
B = 31.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#73997E (or 0x73997E) is known color: Oxley. HEX triplet: 73, 99 and 7E. RGB value is (115,153,126). Sum of RGB (Red+Green+Blue) = 115+153+126=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #73997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73997E is #8C6681. Grayscale: #8A8A8A. Windows color (decimal): -9201282 or 8296819. OLE color: 8296819.

HSL color Cylindrical-coordinate representation of color #73997E: hue angle of 137.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73997E is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 126 -
CMYK 0.25 0 0.18 0.4
HSL 137.37º 0.16% 0.53% -
HSV(B) 137.37º 0.25% 0.6% -
XYZ 22.23 27.93 23.96 -
YUV 138.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 115 153 126 0.25 0 0.18 0.4 137.37 0.16 0.53
Hex 73 99 7E 19 0 12 28 89 10 35
Octal 163 231 176 31 0 22 50 211 20 65
Binary 1110011 10011001 1111110 11001 0 10010 101000 10001001 10000 110101

Color Harmonies of #73997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73997E

Black with #73997E

Text Example


Text Example

White with #73997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73997E; }

 p { color: rgb(115,153,126); }

 H1.HeaderClassName
 {
   color: #73997E;
 }
 .AnyTagClassName
 {
   color: #73997E;
 }
</style>

background-color css

<style>
 a { background-color: #73997E; }

 a { background-color: rgb(115,153,126); }

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

border-color css

<style>
 span { border-color: #73997E; }

 span { border-color: rgb(115,153,126); }

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