Html Css Color HEX #73997C Oxley

📋 copy color: '#73997C'

red 115 ◦ green 153 ◦ blue 124

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

Shades of Oxley #73997C

Tints of Oxley #73997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 29.34%
G = 39.03%
B = 31.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#73997C (or 0x73997C) is known color: Oxley. HEX triplet: 73, 99 and 7C. RGB value is (115,153,124). Sum of RGB (Red+Green+Blue) = 115+153+124=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #73997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73997C is #8C6683. Grayscale: #8A8A8A. Windows color (decimal): -9201284 or 8165747. OLE color: 8165747.

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

Color convert

RGB 115 153 124 -
CMYK 0.25 0 0.19 0.4
HSL 134.21º 0.16% 0.53% -
HSV(B) 134.21º 0.25% 0.6% -
XYZ 22.1 27.88 23.29 -
YUV 138.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 115 153 124 0.25 0 0.19 0.4 134.21 0.16 0.53
Hex 73 99 7C 19 0 13 28 86 10 35
Octal 163 231 174 31 0 23 50 206 20 65
Binary 1110011 10011001 1111100 11001 0 10011 101000 10000110 10000 110101

Color Harmonies of #73997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73997C

Black with #73997C

Text Example


Text Example

White with #73997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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