Html Css Color HEX #71AE7B Oxley

📋 copy color: '#71AE7B'

red 113 ◦ green 174 ◦ blue 123

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

Shades of Oxley #71AE7B

Tints of Oxley #71AE7B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.44%

 BLUE value IS 123 (48.44% from 255) = 30%

R = 27.56%
G = 42.44%
B = 30%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#71AE7B (or 0x71AE7B) is known color: Oxley. HEX triplet: 71, AE and 7B. RGB value is (113,174,123). Sum of RGB (Red+Green+Blue) = 113+174+123=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AE7B is #8E5184. Grayscale: #969696. Windows color (decimal): -9326981 or 8105585. OLE color: 8105585.

HSL color Cylindrical-coordinate representation of color #71AE7B: hue angle of 129.84º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71AE7B is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 174 123 -
CMYK 0.35 0 0.29 0.32
HSL 129.84º 0.27% 0.56% -
HSV(B) 129.84º 0.35% 0.68% -
XYZ 25.52 35.21 24.19 -
YUV 149.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 113 174 123 0.35 0 0.29 0.32 129.84 0.27 0.56
Hex 71 AE 7B 23 0 1D 20 82 1B 38
Octal 161 256 173 43 0 35 40 202 33 70
Binary 1110001 10101110 1111011 100011 0 11101 100000 10000010 11011 111000

Color Harmonies of #71AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AE7B

Black with #71AE7B

Text Example


Text Example

White with #71AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,174,123); }

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

background-color css

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

 a { background-color: rgb(113,174,123); }

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

border-color css

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

 span { border-color: rgb(113,174,123); }

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