#799E7C

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

Shades of Oxley #799E7C

Tints of Oxley #799E7C

Color information

#799E7C (or 0x799E7C) is unknown color: approx Oxley. HEX triplet: 79, 9E and 7C. RGB value is (121,158,124). Sum of RGB (Red+Green+Blue) = 121+158+124=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 158 - color contains mainly: green. Hex color #799E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799E7C is #866183. Grayscale: #8F8F8F. Windows color (decimal): -8806788 or 8167033. OLE color: 8167033.

HSL color Cylindrical-coordinate representation of color #799E7C: hue angle of 124.86º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799E7C is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB121158124-
CMYK0.2300.220.38
HSL124.86º16.02%54.71%-
HSV(B)124.86º23.42%61.96%-
XYZ23.7529.9723.6-
YUV143.06117.24112.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 158 (62.11% from 255) = 39.21%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=30.02%
G=39.21%
B=30.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211581240.2300.220.38124.8616.0254.71
Hex799E7C17016267d1037
Octal17123617427026461752067
Binary111100110011110111110010111010110100110111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799E7C; }

 p { color: rgb(121,158,124); }

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

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

 a { background-color: rgb(121,158,124); }

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

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

 span { border-color: rgb(121,158,124); }

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