Html Css Color HEX #73A575 Oxley

📋 copy color: '#73A575'

red 115 ◦ green 165 ◦ blue 117

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

Shades of Oxley #73A575

Tints of Oxley #73A575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 28.97%
G = 41.56%
B = 29.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#73A575 (or 0x73A575) is known color: Oxley. HEX triplet: 73, A5 and 75. RGB value is (115,165,117). Sum of RGB (Red+Green+Blue) = 115+165+117=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #73A575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A575 is #8C5A8A. Grayscale: #909090. Windows color (decimal): -9198219 or 7710067. OLE color: 7710067.

HSL color Cylindrical-coordinate representation of color #73A575: hue angle of 122.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A575 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 165 117 -
CMYK 0.30 0 0.29 0.35
HSL 122.4º 0.22% 0.55% -
HSV(B) 122.4º 0.3% 0.65% -
XYZ 23.74 31.84 21.72 -
YUV 144.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 115 165 117 0.30 0 0.29 0.35 122.4 0.22 0.55
Hex 73 A5 75 1E 0 1D 23 7A 16 37
Octal 163 245 165 36 0 35 43 172 26 67
Binary 1110011 10100101 1110101 11110 0 11101 100011 1111010 10110 110111

Color Harmonies of #73A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A575

Black with #73A575

Text Example


Text Example

White with #73A575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A575; }

 p { color: rgb(115,165,117); }

 H1.HeaderClassName
 {
   color: #73A575;
 }
 .AnyTagClassName
 {
   color: #73A575;
 }
</style>

background-color css

<style>
 a { background-color: #73A575; }

 a { background-color: rgb(115,165,117); }

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

border-color css

<style>
 span { border-color: #73A575; }

 span { border-color: rgb(115,165,117); }

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