Html Css Color HEX #73947D Oxley

📋 copy color: '#73947D'

red 115 ◦ green 148 ◦ blue 125

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

Shades of Oxley #73947D

Tints of Oxley #73947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 29.64%
G = 38.14%
B = 32.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#73947D (or 0x73947D) is known color: Oxley. HEX triplet: 73, 94 and 7D. RGB value is (115,148,125). Sum of RGB (Red+Green+Blue) = 115+148+125=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #73947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73947D is #8C6B82. Grayscale: #878787. Windows color (decimal): -9202563 or 8230003. OLE color: 8230003.

HSL color Cylindrical-coordinate representation of color #73947D: hue angle of 138.18º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73947D is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 125 -
CMYK 0.22 0 0.16 0.42
HSL 138.18º 0.13% 0.52% -
HSV(B) 138.18º 0.22% 0.58% -
XYZ 21.36 26.31 23.35 -
YUV 135.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 115 148 125 0.22 0 0.16 0.42 138.18 0.13 0.52
Hex 73 94 7D 16 0 10 2A 8A D 34
Octal 163 224 175 26 0 20 52 212 15 64
Binary 1110011 10010100 1111101 10110 0 10000 101010 10001010 1101 110100

Color Harmonies of #73947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73947D

Black with #73947D

Text Example


Text Example

White with #73947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73947D; }

 p { color: rgb(115,148,125); }

 H1.HeaderClassName
 {
   color: #73947D;
 }
 .AnyTagClassName
 {
   color: #73947D;
 }
</style>

background-color css

<style>
 a { background-color: #73947D; }

 a { background-color: rgb(115,148,125); }

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

border-color css

<style>
 span { border-color: #73947D; }

 span { border-color: rgb(115,148,125); }

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