Html Css Color HEX #73917E Oxley

📋 copy color: '#73917E'

red 115 ◦ green 145 ◦ blue 126

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

Shades of Oxley #73917E

Tints of Oxley #73917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.56%

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

R = 29.79%
G = 37.56%
B = 32.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#73917E (or 0x73917E) is known color: Oxley. HEX triplet: 73, 91 and 7E. RGB value is (115,145,126). Sum of RGB (Red+Green+Blue) = 115+145+126=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #73917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73917E is #8C6E81. Grayscale: #858585. Windows color (decimal): -9203330 or 8294771. OLE color: 8294771.

HSL color Cylindrical-coordinate representation of color #73917E: hue angle of 142º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73917E is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 145 126 -
CMYK 0.21 0 0.13 0.43
HSL 142º 0.12% 0.51% -
HSV(B) 142º 0.21% 0.57% -
XYZ 20.96 25.4 23.54 -
YUV 133.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 115 145 126 0.21 0 0.13 0.43 142 0.12 0.51
Hex 73 91 7E 15 0 D 2B 8E C 33
Octal 163 221 176 25 0 15 53 216 14 63
Binary 1110011 10010001 1111110 10101 0 1101 101011 10001110 1100 110011

Color Harmonies of #73917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73917E

Black with #73917E

Text Example


Text Example

White with #73917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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