Html Css Color HEX #73917C Oxley

📋 copy color: '#73917C'

red 115 ◦ green 145 ◦ blue 124

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

Shades of Oxley #73917C

Tints of Oxley #73917C

RGB

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

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

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

R = 29.95%
G = 37.76%
B = 32.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#73917C (or 0x73917C) is known color: Oxley. HEX triplet: 73, 91 and 7C. RGB value is (115,145,124). Sum of RGB (Red+Green+Blue) = 115+145+124=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #73917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73917C is #8C6E83. Grayscale: #858585. Windows color (decimal): -9203332 or 8163699. OLE color: 8163699.

HSL color Cylindrical-coordinate representation of color #73917C: hue angle of 138º 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 #73917C is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 145 124 -
CMYK 0.21 0 0.14 0.43
HSL 138º 0.12% 0.51% -
HSV(B) 138º 0.21% 0.57% -
XYZ 20.83 25.35 22.86 -
YUV 133.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 115 145 124 0.21 0 0.14 0.43 138 0.12 0.51
Hex 73 91 7C 15 0 E 2B 8A C 33
Octal 163 221 174 25 0 16 53 212 14 63
Binary 1110011 10010001 1111100 10101 0 1110 101011 10001010 1100 110011

Color Harmonies of #73917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73917C

Black with #73917C

Text Example


Text Example

White with #73917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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