#719C7D

Color #719C7D Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #719C7D

Tints of Oxley #719C7D

Color information

#719C7D (or 0x719C7D) is unknown color: approx Oxley. HEX triplet: 71, 9C and 7D. RGB value is (113,156,125). Sum of RGB (Red+Green+Blue) = 113+156+125=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #719C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C7D is #8E6382. Grayscale: #8B8B8B. Windows color (decimal): -9331587 or 8232049. OLE color: 8232049.

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

Color convert

RGB113156125-
CMYK0.2800.200.39
HSL136.74º17.84%52.75%-
HSV(B)136.74º27.56%61.18%-
XYZ22.428.7723.77-
YUV139.61119.75109.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 156 (61.33% from 255) = 39.59%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=28.68%
G=39.59%
B=31.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131561250.2800.200.39136.7417.8452.75
Hex719C7D1C01427891235
Octal16123417534024472112265
Binary1110001100111001111101111000101001001111000100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #719C7D;
 }
 .AnyTagClassName
 {
   color: #719C7D;
 }
</style>
background-color css

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

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

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

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

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

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