Html Css Color HEX #71957E Oxley

📋 copy color: '#71957E'

red 113 ◦ green 149 ◦ blue 126

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

Shades of Oxley #71957E

Tints of Oxley #71957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 29.12%
G = 38.4%
B = 32.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#71957E (or 0x71957E) is known color: Oxley. HEX triplet: 71, 95 and 7E. RGB value is (113,149,126). Sum of RGB (Red+Green+Blue) = 113+149+126=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #71957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71957E is #8E6A81. Grayscale: #878787. Windows color (decimal): -9333378 or 8295793. OLE color: 8295793.

HSL color Cylindrical-coordinate representation of color #71957E: hue angle of 141.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71957E is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 126 -
CMYK 0.24 0 0.15 0.42
HSL 141.67º 0.15% 0.51% -
HSV(B) 141.67º 0.24% 0.58% -
XYZ 21.32 26.51 23.73 -
YUV 135.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 113 149 126 0.24 0 0.15 0.42 141.67 0.15 0.51
Hex 71 95 7E 18 0 F 2A 8E F 33
Octal 161 225 176 30 0 17 52 216 17 63
Binary 1110001 10010101 1111110 11000 0 1111 101010 10001110 1111 110011

Color Harmonies of #71957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71957E

Black with #71957E

Text Example


Text Example

White with #71957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71957E; }

 p { color: rgb(113,149,126); }

 H1.HeaderClassName
 {
   color: #71957E;
 }
 .AnyTagClassName
 {
   color: #71957E;
 }
</style>

background-color css

<style>
 a { background-color: #71957E; }

 a { background-color: rgb(113,149,126); }

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

border-color css

<style>
 span { border-color: #71957E; }

 span { border-color: rgb(113,149,126); }

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