Html Css Color HEX #73997A Oxley

📋 copy color: '#73997A'

red 115 ◦ green 153 ◦ blue 122

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

Shades of Oxley #73997A

Tints of Oxley #73997A

RGB

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

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

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

R = 29.49%
G = 39.23%
B = 31.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#73997A (or 0x73997A) is known color: Oxley. HEX triplet: 73, 99 and 7A. RGB value is (115,153,122). Sum of RGB (Red+Green+Blue) = 115+153+122=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #73997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73997A is #8C6685. Grayscale: #8A8A8A. Windows color (decimal): -9201286 or 8034675. OLE color: 8034675.

HSL color Cylindrical-coordinate representation of color #73997A: hue angle of 131.05º 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 #73997A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 122 -
CMYK 0.25 0 0.20 0.4
HSL 131.05º 0.16% 0.53% -
HSV(B) 131.05º 0.25% 0.6% -
XYZ 21.97 27.83 22.63 -
YUV 138.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 115 153 122 0.25 0 0.20 0.4 131.05 0.16 0.53
Hex 73 99 7A 19 0 14 28 83 10 35
Octal 163 231 172 31 0 24 50 203 20 65
Binary 1110011 10011001 1111010 11001 0 10100 101000 10000011 10000 110101

Color Harmonies of #73997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73997A

Black with #73997A

Text Example


Text Example

White with #73997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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