Html Css Color HEX #71917A Oxley

📋 copy color: '#71917A'

red 113 ◦ green 145 ◦ blue 122

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

Shades of Oxley #71917A

Tints of Oxley #71917A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 29.74%
G = 38.16%
B = 32.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#71917A (or 0x71917A) is known color: Oxley. HEX triplet: 71, 91 and 7A. RGB value is (113,145,122). Sum of RGB (Red+Green+Blue) = 113+145+122=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #71917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71917A is #8E6E85. Grayscale: #848484. Windows color (decimal): -9334406 or 8032625. OLE color: 8032625.

HSL color Cylindrical-coordinate representation of color #71917A: hue angle of 136.88º 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 #71917A is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 122 -
CMYK 0.22 0 0.16 0.43
HSL 136.88º 0.13% 0.51% -
HSV(B) 136.88º 0.22% 0.57% -
XYZ 20.45 25.17 22.19 -
YUV 132.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 113 145 122 0.22 0 0.16 0.43 136.88 0.13 0.51
Hex 71 91 7A 16 0 10 2B 89 D 33
Octal 161 221 172 26 0 20 53 211 15 63
Binary 1110001 10010001 1111010 10110 0 10000 101011 10001001 1101 110011

Color Harmonies of #71917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71917A

Black with #71917A

Text Example


Text Example

White with #71917A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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