Html Css Color HEX #71947D Oxley

📋 copy color: '#71947D'

red 113 ◦ green 148 ◦ blue 125

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

Shades of Oxley #71947D

Tints of Oxley #71947D

RGB

 RED value IS 113 (44.53% from 255) = 29.27%

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

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

R = 29.27%
G = 38.34%
B = 32.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#71947D (or 0x71947D) is known color: Oxley. HEX triplet: 71, 94 and 7D. RGB value is (113,148,125). Sum of RGB (Red+Green+Blue) = 113+148+125=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #71947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71947D is #8E6B82. Grayscale: #868686. Windows color (decimal): -9333635 or 8230001. OLE color: 8230001.

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

Color convert

RGB 113 148 125 -
CMYK 0.24 0 0.16 0.42
HSL 140.57º 0.14% 0.51% -
HSV(B) 140.57º 0.24% 0.58% -
XYZ 21.1 26.17 23.34 -
YUV 134.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 113 148 125 0.24 0 0.16 0.42 140.57 0.14 0.51
Hex 71 94 7D 18 0 10 2A 8D E 33
Octal 161 224 175 30 0 20 52 215 16 63
Binary 1110001 10010100 1111101 11000 0 10000 101010 10001101 1110 110011

Color Harmonies of #71947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71947D

Black with #71947D

Text Example


Text Example

White with #71947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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