Html Css Color HEX #73947F Oxley

📋 copy color: '#73947F'

red 115 ◦ green 148 ◦ blue 127

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

Shades of Oxley #73947F

Tints of Oxley #73947F

RGB

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

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

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

R = 29.49%
G = 37.95%
B = 32.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#73947F (or 0x73947F) is known color: Oxley. HEX triplet: 73, 94 and 7F. RGB value is (115,148,127). Sum of RGB (Red+Green+Blue) = 115+148+127=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #73947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73947F is #8C6B80. Grayscale: #878787. Windows color (decimal): -9202561 or 8361075. OLE color: 8361075.

HSL color Cylindrical-coordinate representation of color #73947F: hue angle of 141.82º 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 #73947F is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 127 -
CMYK 0.22 0 0.14 0.42
HSL 141.82º 0.13% 0.52% -
HSV(B) 141.82º 0.22% 0.58% -
XYZ 21.49 26.36 24.03 -
YUV 135.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 115 148 127 0.22 0 0.14 0.42 141.82 0.13 0.52
Hex 73 94 7F 16 0 E 2A 8E D 34
Octal 163 224 177 26 0 16 52 216 15 64
Binary 1110011 10010100 1111111 10110 0 1110 101010 10001110 1101 110100

Color Harmonies of #73947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73947F

Black with #73947F

Text Example


Text Example

White with #73947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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