#799D7D

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

Shades of Oxley #799D7D

Tints of Oxley #799D7D

Color information

#799D7D (or 0x799D7D) is unknown color: approx Oxley. HEX triplet: 79, 9D and 7D. RGB value is (121,157,125). Sum of RGB (Red+Green+Blue) = 121+157+125=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #799D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D7D is #866282. Grayscale: #8E8E8E. Windows color (decimal): -8807043 or 8232313. OLE color: 8232313.

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

Color convert

RGB121157125-
CMYK0.2300.200.38
HSL126.67º15.52%54.51%-
HSV(B)126.67º22.93%61.57%-
XYZ23.6429.6623.88-
YUV142.59118.07112.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=30.02%
G=38.96%
B=31.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211571250.2300.200.38126.6715.5254.51
Hex799D7D17014267f1037
Octal17123517527024461772067
Binary111100110011101111110110111010100100110111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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