Html Css Color HEX #718B7D Oxley

📋 copy color: '#718B7D'

red 113 ◦ green 139 ◦ blue 125

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

Shades of Oxley #718B7D

Tints of Oxley #718B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

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

R = 29.97%
G = 36.87%
B = 33.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#718B7D (or 0x718B7D) is known color: Oxley. HEX triplet: 71, 8B and 7D. RGB value is (113,139,125). Sum of RGB (Red+Green+Blue) = 113+139+125=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #718B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B7D is #8E7482. Grayscale: #818181. Windows color (decimal): -9335939 or 8227697. OLE color: 8227697.

HSL color Cylindrical-coordinate representation of color #718B7D: hue angle of 147.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718B7D is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 139 125 -
CMYK 0.19 0 0.10 0.45
HSL 147.69º 0.1% 0.49% -
HSV(B) 147.69º 0.19% 0.55% -
XYZ 19.74 23.46 22.89 -
YUV 129.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 113 139 125 0.19 0 0.10 0.45 147.69 0.1 0.49
Hex 71 8B 7D 13 0 A 2D 94 A 31
Octal 161 213 175 23 0 12 55 224 12 61
Binary 1110001 10001011 1111101 10011 0 1010 101101 10010100 1010 110001

Color Harmonies of #718B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B7D

Black with #718B7D

Text Example


Text Example

White with #718B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718B7D; }

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

 H1.HeaderClassName
 {
   color: #718B7D;
 }
 .AnyTagClassName
 {
   color: #718B7D;
 }
</style>

background-color css

<style>
 a { background-color: #718B7D; }

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

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

border-color css

<style>
 span { border-color: #718B7D; }

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

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