Html Css Color HEX #71937C Oxley

📋 copy color: '#71937C'

red 113 ◦ green 147 ◦ blue 124

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

Shades of Oxley #71937C

Tints of Oxley #71937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 29.43%
G = 38.28%
B = 32.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#71937C (or 0x71937C) is known color: Oxley. HEX triplet: 71, 93 and 7C. RGB value is (113,147,124). Sum of RGB (Red+Green+Blue) = 113+147+124=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #71937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71937C is #8E6C83. Grayscale: #868686. Windows color (decimal): -9333892 or 8164209. OLE color: 8164209.

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

Color convert

RGB 113 147 124 -
CMYK 0.23 0 0.16 0.42
HSL 139.41º 0.14% 0.51% -
HSV(B) 139.41º 0.23% 0.58% -
XYZ 20.88 25.83 22.95 -
YUV 134.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 113 147 124 0.23 0 0.16 0.42 139.41 0.14 0.51
Hex 71 93 7C 17 0 10 2A 8B E 33
Octal 161 223 174 27 0 20 52 213 16 63
Binary 1110001 10010011 1111100 10111 0 10000 101010 10001011 1110 110011

Color Harmonies of #71937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71937C

Black with #71937C

Text Example


Text Example

White with #71937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71937C; }

 p { color: rgb(113,147,124); }

 H1.HeaderClassName
 {
   color: #71937C;
 }
 .AnyTagClassName
 {
   color: #71937C;
 }
</style>

background-color css

<style>
 a { background-color: #71937C; }

 a { background-color: rgb(113,147,124); }

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

border-color css

<style>
 span { border-color: #71937C; }

 span { border-color: rgb(113,147,124); }

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