#799D7C

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

Shades of Oxley #799D7C

Tints of Oxley #799D7C

Color information

#799D7C (or 0x799D7C) is unknown color: approx Oxley. HEX triplet: 79, 9D and 7C. RGB value is (121,157,124). Sum of RGB (Red+Green+Blue) = 121+157+124=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #799D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D7C is #866283. Grayscale: #8E8E8E. Windows color (decimal): -8807044 or 8166777. OLE color: 8166777.

HSL color Cylindrical-coordinate representation of color #799D7C: hue angle of 125º 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 #799D7C is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB121157124-
CMYK0.2300.210.38
HSL125º15.52%54.51%-
HSV(B)125º22.93%61.57%-
XYZ23.5829.6323.55-
YUV142.47117.57112.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.10%
GREEN value IS 157 (61.72% from 255) = 39.05%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=30.10%
G=39.05%
B=30.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211571240.2300.210.3812515.5254.51
Hex799D7C17015267d1037
Octal17123517427025461752067
Binary111100110011101111110010111010101100110111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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