Html Css Color HEX #71987F Oxley

📋 copy color: '#71987F'

red 113 ◦ green 152 ◦ blue 127

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

Shades of Oxley #71987F

Tints of Oxley #71987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 127 (50% from 255) = 32.4%

R = 28.83%
G = 38.78%
B = 32.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#71987F (or 0x71987F) is known color: Oxley. HEX triplet: 71, 98 and 7F. RGB value is (113,152,127). Sum of RGB (Red+Green+Blue) = 113+152+127=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #71987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71987F is #8E6780. Grayscale: #898989. Windows color (decimal): -9332609 or 8362097. OLE color: 8362097.

HSL color Cylindrical-coordinate representation of color #71987F: hue angle of 141.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71987F is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 127 -
CMYK 0.26 0 0.16 0.40
HSL 141.54º 0.16% 0.52% -
HSV(B) 141.54º 0.26% 0.6% -
XYZ 21.87 27.5 24.23 -
YUV 137.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 113 152 127 0.26 0 0.16 0.40 141.54 0.16 0.52
Hex 71 98 7F 1A 0 10 28 8E 10 34
Octal 161 230 177 32 0 20 50 216 20 64
Binary 1110001 10011000 1111111 11010 0 10000 101000 10001110 10000 110100

Color Harmonies of #71987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71987F

Black with #71987F

Text Example


Text Example

White with #71987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71987F; }

 p { color: rgb(113,152,127); }

 H1.HeaderClassName
 {
   color: #71987F;
 }
 .AnyTagClassName
 {
   color: #71987F;
 }
</style>

background-color css

<style>
 a { background-color: #71987F; }

 a { background-color: rgb(113,152,127); }

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

border-color css

<style>
 span { border-color: #71987F; }

 span { border-color: rgb(113,152,127); }

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