Html Css Color HEX #71AB7B Oxley

📋 copy color: '#71AB7B'

red 113 ◦ green 171 ◦ blue 123

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

Shades of Oxley #71AB7B

Tints of Oxley #71AB7B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 27.76%
G = 42.01%
B = 30.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#71AB7B (or 0x71AB7B) is known color: Oxley. HEX triplet: 71, AB and 7B. RGB value is (113,171,123). Sum of RGB (Red+Green+Blue) = 113+171+123=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB7B is #8E5484. Grayscale: #949494. Windows color (decimal): -9327749 or 8104817. OLE color: 8104817.

HSL color Cylindrical-coordinate representation of color #71AB7B: hue angle of 130.34º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AB7B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 123 -
CMYK 0.34 0 0.28 0.33
HSL 130.34º 0.26% 0.56% -
HSV(B) 130.34º 0.34% 0.67% -
XYZ 24.95 34.07 24 -
YUV 148.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 113 171 123 0.34 0 0.28 0.33 130.34 0.26 0.56
Hex 71 AB 7B 22 0 1C 21 82 1A 38
Octal 161 253 173 42 0 34 41 202 32 70
Binary 1110001 10101011 1111011 100010 0 11100 100001 10000010 11010 111000

Color Harmonies of #71AB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB7B

Black with #71AB7B

Text Example


Text Example

White with #71AB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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