Html Css Color HEX #71987D Oxley

📋 copy color: '#71987D'

red 113 ◦ green 152 ◦ blue 125

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

Shades of Oxley #71987D

Tints of Oxley #71987D

RGB

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

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

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

R = 28.97%
G = 38.97%
B = 32.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#71987D (or 0x71987D) is known color: Oxley. HEX triplet: 71, 98 and 7D. RGB value is (113,152,125). Sum of RGB (Red+Green+Blue) = 113+152+125=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #71987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71987D is #8E6782. Grayscale: #898989. Windows color (decimal): -9332611 or 8231025. OLE color: 8231025.

HSL color Cylindrical-coordinate representation of color #71987D: hue angle of 138.46º 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 #71987D is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 125 -
CMYK 0.26 0 0.18 0.40
HSL 138.46º 0.16% 0.52% -
HSV(B) 138.46º 0.26% 0.6% -
XYZ 21.74 27.45 23.55 -
YUV 137.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 113 152 125 0.26 0 0.18 0.40 138.46 0.16 0.52
Hex 71 98 7D 1A 0 12 28 8A 10 34
Octal 161 230 175 32 0 22 50 212 20 64
Binary 1110001 10011000 1111101 11010 0 10010 101000 10001010 10000 110100

Color Harmonies of #71987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71987D

Black with #71987D

Text Example


Text Example

White with #71987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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