Html Css Color HEX #71A57D Oxley

📋 copy color: '#71A57D'

red 113 ◦ green 165 ◦ blue 125

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

Shades of Oxley #71A57D

Tints of Oxley #71A57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 28.04%
G = 40.94%
B = 31.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#71A57D (or 0x71A57D) is known color: Oxley. HEX triplet: 71, A5 and 7D. RGB value is (113,165,125). Sum of RGB (Red+Green+Blue) = 113+165+125=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #71A57D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A57D is #8E5A82. Grayscale: #919191. Windows color (decimal): -9329283 or 8234353. OLE color: 8234353.

HSL color Cylindrical-coordinate representation of color #71A57D: hue angle of 133.85º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A57D is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 165 125 -
CMYK 0.32 0 0.24 0.35
HSL 133.85º 0.22% 0.55% -
HSV(B) 133.85º 0.32% 0.65% -
XYZ 23.97 31.9 24.3 -
YUV 144.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 113 165 125 0.32 0 0.24 0.35 133.85 0.22 0.55
Hex 71 A5 7D 20 0 18 23 86 16 37
Octal 161 245 175 40 0 30 43 206 26 67
Binary 1110001 10100101 1111101 100000 0 11000 100011 10000110 10110 110111

Color Harmonies of #71A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A57D

Black with #71A57D

Text Example


Text Example

White with #71A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71A57D; }

 p { color: rgb(113,165,125); }

 H1.HeaderClassName
 {
   color: #71A57D;
 }
 .AnyTagClassName
 {
   color: #71A57D;
 }
</style>

background-color css

<style>
 a { background-color: #71A57D; }

 a { background-color: rgb(113,165,125); }

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

border-color css

<style>
 span { border-color: #71A57D; }

 span { border-color: rgb(113,165,125); }

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