Html Css Color HEX #719477 Oxley

📋 copy color: '#719477'

red 113 ◦ green 148 ◦ blue 119

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

Shades of Oxley #719477

Tints of Oxley #719477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 29.74%
G = 38.95%
B = 31.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#719477 (or 0x719477) is known color: Oxley. HEX triplet: 71, 94 and 77. RGB value is (113,148,119). Sum of RGB (Red+Green+Blue) = 113+148+119=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #719477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719477 is #8E6B88. Grayscale: #868686. Windows color (decimal): -9333641 or 7836785. OLE color: 7836785.

HSL color Cylindrical-coordinate representation of color #719477: hue angle of 130.29º degrees, saturation: 0.14, 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 #719477 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 119 -
CMYK 0.24 0 0.20 0.42
HSL 130.29º 0.14% 0.51% -
HSV(B) 130.29º 0.24% 0.58% -
XYZ 20.73 26.02 21.38 -
YUV 134.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 113 148 119 0.24 0 0.20 0.42 130.29 0.14 0.51
Hex 71 94 77 18 0 14 2A 82 E 33
Octal 161 224 167 30 0 24 52 202 16 63
Binary 1110001 10010100 1110111 11000 0 10100 101010 10000010 1110 110011

Color Harmonies of #719477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719477

Black with #719477

Text Example


Text Example

White with #719477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719477; }

 p { color: rgb(113,148,119); }

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

background-color css

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

 a { background-color: rgb(113,148,119); }

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

border-color css

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

 span { border-color: rgb(113,148,119); }

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