Html Css Color HEX #73A375 Oxley

📋 copy color: '#73A375'

red 115 ◦ green 163 ◦ blue 117

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

Shades of Oxley #73A375

Tints of Oxley #73A375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

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

R = 29.11%
G = 41.27%
B = 29.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#73A375 (or 0x73A375) is known color: Oxley. HEX triplet: 73, A3 and 75. RGB value is (115,163,117). Sum of RGB (Red+Green+Blue) = 115+163+117=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #73A375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A375 is #8C5C8A. Grayscale: #8F8F8F. Windows color (decimal): -9198731 or 7709555. OLE color: 7709555.

HSL color Cylindrical-coordinate representation of color #73A375: hue angle of 122.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A375 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 163 117 -
CMYK 0.29 0 0.28 0.36
HSL 122.5º 0.21% 0.55% -
HSV(B) 122.5º 0.29% 0.64% -
XYZ 23.38 31.12 21.6 -
YUV 143.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 115 163 117 0.29 0 0.28 0.36 122.5 0.21 0.55
Hex 73 A3 75 1D 0 1C 24 7B 15 37
Octal 163 243 165 35 0 34 44 173 25 67
Binary 1110011 10100011 1110101 11101 0 11100 100100 1111011 10101 110111

Color Harmonies of #73A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A375

Black with #73A375

Text Example


Text Example

White with #73A375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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