Html Css Color HEX #73997F Oxley

📋 copy color: '#73997F'

red 115 ◦ green 153 ◦ blue 127

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

Shades of Oxley #73997F

Tints of Oxley #73997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

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

R = 29.11%
G = 38.73%
B = 32.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#73997F (or 0x73997F) is known color: Oxley. HEX triplet: 73, 99 and 7F. RGB value is (115,153,127). Sum of RGB (Red+Green+Blue) = 115+153+127=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #73997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73997F is #8C6680. Grayscale: #8A8A8A. Windows color (decimal): -9201281 or 8362355. OLE color: 8362355.

HSL color Cylindrical-coordinate representation of color #73997F: hue angle of 138.95º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73997F is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 127 -
CMYK 0.25 0 0.17 0.4
HSL 138.95º 0.16% 0.53% -
HSV(B) 138.95º 0.25% 0.6% -
XYZ 22.29 27.96 24.3 -
YUV 138.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 115 153 127 0.25 0 0.17 0.4 138.95 0.16 0.53
Hex 73 99 7F 19 0 11 28 8B 10 35
Octal 163 231 177 31 0 21 50 213 20 65
Binary 1110011 10011001 1111111 11001 0 10001 101000 10001011 10000 110101

Color Harmonies of #73997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73997F

Black with #73997F

Text Example


Text Example

White with #73997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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