Html Css Color HEX #73AF7C Oxley

📋 copy color: '#73AF7C'

red 115 ◦ green 175 ◦ blue 124

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

Shades of Oxley #73AF7C

Tints of Oxley #73AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

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

R = 27.78%
G = 42.27%
B = 29.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#73AF7C (or 0x73AF7C) is known color: Oxley. HEX triplet: 73, AF and 7C. RGB value is (115,175,124). Sum of RGB (Red+Green+Blue) = 115+175+124=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF7C is #8C5083. Grayscale: #979797. Windows color (decimal): -9195652 or 8171379. OLE color: 8171379.

HSL color Cylindrical-coordinate representation of color #73AF7C: hue angle of 129º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AF7C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 175 124 -
CMYK 0.34 0 0.29 0.31
HSL 129º 0.27% 0.57% -
HSV(B) 129º 0.34% 0.69% -
XYZ 26.04 35.76 24.6 -
YUV 151.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 115 175 124 0.34 0 0.29 0.31 129 0.27 0.57
Hex 73 AF 7C 22 0 1D 1F 81 1B 39
Octal 163 257 174 42 0 35 37 201 33 71
Binary 1110011 10101111 1111100 100010 0 11101 11111 10000001 11011 111001

Color Harmonies of #73AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF7C

Black with #73AF7C

Text Example


Text Example

White with #73AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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