Html Css Color HEX #719B79 Oxley

📋 copy color: '#719B79'

red 113 ◦ green 155 ◦ blue 121

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

Shades of Oxley #719B79

Tints of Oxley #719B79

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.85%

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 29.05%
G = 39.85%
B = 31.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#719B79 (or 0x719B79) is known color: Oxley. HEX triplet: 71, 9B and 79. RGB value is (113,155,121). Sum of RGB (Red+Green+Blue) = 113+155+121=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #719B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B79 is #8E6486. Grayscale: #8A8A8A. Windows color (decimal): -9331847 or 7969649. OLE color: 7969649.

HSL color Cylindrical-coordinate representation of color #719B79: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B79 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 121 -
CMYK 0.27 0 0.22 0.39
HSL 131.43º 0.17% 0.53% -
HSV(B) 131.43º 0.27% 0.61% -
XYZ 21.98 28.33 22.4 -
YUV 138.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 113 155 121 0.27 0 0.22 0.39 131.43 0.17 0.53
Hex 71 9B 79 1B 0 16 27 83 11 35
Octal 161 233 171 33 0 26 47 203 21 65
Binary 1110001 10011011 1111001 11011 0 10110 100111 10000011 10001 110101

Color Harmonies of #719B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B79

Black with #719B79

Text Example


Text Example

White with #719B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719B79; }

 p { color: rgb(113,155,121); }

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

background-color css

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

 a { background-color: rgb(113,155,121); }

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

border-color css

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

 span { border-color: rgb(113,155,121); }

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