Html Css Color HEX #71947F Oxley

📋 copy color: '#71947F'

red 113 ◦ green 148 ◦ blue 127

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

Shades of Oxley #71947F

Tints of Oxley #71947F

RGB

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

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

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

R = 29.12%
G = 38.14%
B = 32.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#71947F (or 0x71947F) is known color: Oxley. HEX triplet: 71, 94 and 7F. RGB value is (113,148,127). Sum of RGB (Red+Green+Blue) = 113+148+127=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #71947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71947F is #8E6B80. Grayscale: #878787. Windows color (decimal): -9333633 or 8361073. OLE color: 8361073.

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

Color convert

RGB 113 148 127 -
CMYK 0.24 0 0.14 0.42
HSL 144º 0.14% 0.51% -
HSV(B) 144º 0.24% 0.58% -
XYZ 21.23 26.22 24.02 -
YUV 135.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 113 148 127 0.24 0 0.14 0.42 144 0.14 0.51
Hex 71 94 7F 18 0 E 2A 90 E 33
Octal 161 224 177 30 0 16 52 220 16 63
Binary 1110001 10010100 1111111 11000 0 1110 101010 10010000 1110 110011

Color Harmonies of #71947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71947F

Black with #71947F

Text Example


Text Example

White with #71947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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