Html Css Color HEX #73957F Oxley

📋 copy color: '#73957F'

red 115 ◦ green 149 ◦ blue 127

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

Shades of Oxley #73957F

Tints of Oxley #73957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 29.41%
G = 38.11%
B = 32.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#73957F (or 0x73957F) is known color: Oxley. HEX triplet: 73, 95 and 7F. RGB value is (115,149,127). Sum of RGB (Red+Green+Blue) = 115+149+127=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #73957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73957F is #8C6A80. Grayscale: #888888. Windows color (decimal): -9202305 or 8361331. OLE color: 8361331.

HSL color Cylindrical-coordinate representation of color #73957F: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73957F is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 149 127 -
CMYK 0.23 0 0.15 0.42
HSL 141.18º 0.14% 0.52% -
HSV(B) 141.18º 0.23% 0.58% -
XYZ 21.65 26.67 24.09 -
YUV 136.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 115 149 127 0.23 0 0.15 0.42 141.18 0.14 0.52
Hex 73 95 7F 17 0 F 2A 8D E 34
Octal 163 225 177 27 0 17 52 215 16 64
Binary 1110011 10010101 1111111 10111 0 1111 101010 10001101 1110 110100

Color Harmonies of #73957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73957F

Black with #73957F

Text Example


Text Example

White with #73957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73957F; }

 p { color: rgb(115,149,127); }

 H1.HeaderClassName
 {
   color: #73957F;
 }
 .AnyTagClassName
 {
   color: #73957F;
 }
</style>

background-color css

<style>
 a { background-color: #73957F; }

 a { background-color: rgb(115,149,127); }

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

border-color css

<style>
 span { border-color: #73957F; }

 span { border-color: rgb(115,149,127); }

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