Html Css Color HEX #71937A Oxley

📋 copy color: '#71937A'

red 113 ◦ green 147 ◦ blue 122

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

Shades of Oxley #71937A

Tints of Oxley #71937A

RGB

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

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

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

R = 29.58%
G = 38.48%
B = 31.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#71937A (or 0x71937A) is known color: Oxley. HEX triplet: 71, 93 and 7A. RGB value is (113,147,122). Sum of RGB (Red+Green+Blue) = 113+147+122=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #71937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71937A is #8E6C85. Grayscale: #868686. Windows color (decimal): -9333894 or 8033137. OLE color: 8033137.

HSL color Cylindrical-coordinate representation of color #71937A: hue angle of 135.88º 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 #71937A is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 122 -
CMYK 0.23 0 0.17 0.42
HSL 135.88º 0.14% 0.51% -
HSV(B) 135.88º 0.23% 0.58% -
XYZ 20.76 25.78 22.3 -
YUV 133.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 113 147 122 0.23 0 0.17 0.42 135.88 0.14 0.51
Hex 71 93 7A 17 0 11 2A 88 E 33
Octal 161 223 172 27 0 21 52 210 16 63
Binary 1110001 10010011 1111010 10111 0 10001 101010 10001000 1110 110011

Color Harmonies of #71937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71937A

Black with #71937A

Text Example


Text Example

White with #71937A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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