Html Css Color HEX #73997D Oxley

📋 copy color: '#73997D'

red 115 ◦ green 153 ◦ blue 125

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

Shades of Oxley #73997D

Tints of Oxley #73997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 29.26%
G = 38.93%
B = 31.81%

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

#73997D (or 0x73997D) is known color: Oxley. HEX triplet: 73, 99 and 7D. RGB value is (115,153,125). Sum of RGB (Red+Green+Blue) = 115+153+125=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #73997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73997D is #8C6682. Grayscale: #8A8A8A. Windows color (decimal): -9201283 or 8231283. OLE color: 8231283.

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

Color convert

RGB 115 153 125 -
CMYK 0.25 0 0.18 0.4
HSL 135.79º 0.16% 0.53% -
HSV(B) 135.79º 0.25% 0.6% -
XYZ 22.16 27.91 23.62 -
YUV 138.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 115 153 125 0.25 0 0.18 0.4 135.79 0.16 0.53
Hex 73 99 7D 19 0 12 28 88 10 35
Octal 163 231 175 31 0 22 50 210 20 65
Binary 1110011 10011001 1111101 11001 0 10010 101000 10001000 10000 110101

Color Harmonies of #73997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73997D

Black with #73997D

Text Example


Text Example

White with #73997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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