Html Css Color HEX #719B78 Oxley

📋 copy color: '#719B78'

red 113 ◦ green 155 ◦ blue 120

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

Shades of Oxley #719B78

Tints of Oxley #719B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 29.12%
G = 39.95%
B = 30.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#719B78 (or 0x719B78) is known color: Oxley. HEX triplet: 71, 9B and 78. RGB value is (113,155,120). Sum of RGB (Red+Green+Blue) = 113+155+120=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #719B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B78 is #8E6487. Grayscale: #8A8A8A. Windows color (decimal): -9331848 or 7904113. OLE color: 7904113.

HSL color Cylindrical-coordinate representation of color #719B78: hue angle of 130º 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 #719B78 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 120 -
CMYK 0.27 0 0.23 0.39
HSL 130º 0.17% 0.53% -
HSV(B) 130º 0.27% 0.61% -
XYZ 21.92 28.31 22.08 -
YUV 138.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 113 155 120 0.27 0 0.23 0.39 130 0.17 0.53
Hex 71 9B 78 1B 0 17 27 82 11 35
Octal 161 233 170 33 0 27 47 202 21 65
Binary 1110001 10011011 1111000 11011 0 10111 100111 10000010 10001 110101

Color Harmonies of #719B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B78

Black with #719B78

Text Example


Text Example

White with #719B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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