Html Css Color HEX #71917E Oxley

📋 copy color: '#71917E'

red 113 ◦ green 145 ◦ blue 126

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

Shades of Oxley #71917E

Tints of Oxley #71917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 29.43%
G = 37.76%
B = 32.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#71917E (or 0x71917E) is known color: Oxley. HEX triplet: 71, 91 and 7E. RGB value is (113,145,126). Sum of RGB (Red+Green+Blue) = 113+145+126=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #71917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71917E is #8E6E81. Grayscale: #858585. Windows color (decimal): -9334402 or 8294769. OLE color: 8294769.

HSL color Cylindrical-coordinate representation of color #71917E: hue angle of 144.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71917E is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 126 -
CMYK 0.22 0 0.13 0.43
HSL 144.38º 0.13% 0.51% -
HSV(B) 144.38º 0.22% 0.57% -
XYZ 20.7 25.27 23.52 -
YUV 133.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 113 145 126 0.22 0 0.13 0.43 144.38 0.13 0.51
Hex 71 91 7E 16 0 D 2B 90 D 33
Octal 161 221 176 26 0 15 53 220 15 63
Binary 1110001 10010001 1111110 10110 0 1101 101011 10010000 1101 110011

Color Harmonies of #71917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71917E

Black with #71917E

Text Example


Text Example

White with #71917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71917E; }

 p { color: rgb(113,145,126); }

 H1.HeaderClassName
 {
   color: #71917E;
 }
 .AnyTagClassName
 {
   color: #71917E;
 }
</style>

background-color css

<style>
 a { background-color: #71917E; }

 a { background-color: rgb(113,145,126); }

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

border-color css

<style>
 span { border-color: #71917E; }

 span { border-color: rgb(113,145,126); }

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